#c9252b

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

Shades of Mahogany #C9252B

Tints of Mahogany #C9252B

Color information

#C9252B (or 0xC9252B) is unknown color: approx Mahogany. HEX triplet: C9, 25 and 2B. RGB value is (201,37,43). Sum of RGB (Red+Green+Blue) = 201+37+43=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C9252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9252B is #36DAD4. Grayscale: #565656. Windows color (decimal): -3594965 or 2827721. OLE color: 2827721.

HSL color Cylindrical-coordinate representation of color #C9252B: hue angle of 357.8º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9252B is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2013743-
CMYK00.820.790.21
HSL357.8º68.91%46.67%-
HSV(B)357.8º81.59%78.82%-
XYZ25.1913.923.64-
YUV86.72103.33209.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 71.53%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 43 (17.19% from 255) = 15.30%
R=71.53%
G=13.17%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201374300.820.790.21357.868.9146.67
HexC9252B0524F15166452f
Octal311455301221172554610557
Binary11001001100101101011010100101001111101011011001101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9252b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9252b; }

 p { color: rgb(201,37,43); }

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

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

 a { background-color: rgb(201,37,43); }

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

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

 span { border-color: rgb(201,37,43); }

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