#c32d35

Color #C32D35 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C32D35

Tints of Mahogany #C32D35

Color information

#C32D35 (or 0xC32D35) is unknown color: approx Mahogany. HEX triplet: C3, 2D and 35. RGB value is (195,45,53). Sum of RGB (Red+Green+Blue) = 195+45+53=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D35 is #3CD2CA. Grayscale: #5A5A5A. Windows color (decimal): -3986123 or 3485123. OLE color: 3485123.

HSL color Cylindrical-coordinate representation of color #C32D35: hue angle of 356.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32D35 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1954553-
CMYK00.770.730.24
HSL356.8º62.5%47.06%-
HSV(B)356.8º76.92%76.47%-
XYZ24.0913.744.75-
YUV90.76106.7202.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 66.55%
GREEN value IS 45 (17.97% from 255) = 15.36%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=66.55%
G=15.36%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195455300.770.730.24356.862.547.06
HexC32D3504D49181653e2f
Octal30355650115111305457657
Binary1100001110110111010101001101100100111000101100101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c32d35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c32d35; }

 p { color: rgb(195,45,53); }

 H1.HeaderClassName
 {
   color: #c32d35;
 }
 .AnyTagClassName
 {
   color: #c32d35;
 }
</style>
background-color css

<style>
 a { background-color: #c32d35; }

 a { background-color: rgb(195,45,53); }

 div.DivClassName
 {
   background-color: #c32d35;
 }
 .BgClassName
 {
   background-color: #c32d35;
 }
</style>
border-color css

<style>
 span { border-color: #c32d35; }

 span { border-color: rgb(195,45,53); }

 td.TdClassName
 {
   border-color: #c32d35;
 }
 .TagClassName
 {
   border-color: #c32d35;
 }
</style>