#C93536

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

Shades of Mahogany #C93536

Tints of Mahogany #C93536

Color information

#C93536 (or 0xC93536) is unknown color: approx Mahogany. HEX triplet: C9, 35 and 36. RGB value is (201,53,54). Sum of RGB (Red+Green+Blue) = 201+53+54=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C93536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93536 is #36CAC9. Grayscale: #616161. Windows color (decimal): -3590858 or 3552713. OLE color: 3552713.

HSL color Cylindrical-coordinate representation of color #C93536: hue angle of 359.59º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93536 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB2015354-
CMYK00.740.730.21
HSL359.59º58.27%49.8%-
HSV(B)359.59º73.63%78.82%-
XYZ26.0315.235.06-
YUV97.37103.53201.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.26%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=65.26%
G=17.21%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201535400.740.730.21359.5958.2749.8
HexC9353604A49151683a32
Octal31165660112111255507262
Binary1100100111010111011001001010100100110101101101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93536; }

 p { color: rgb(201,53,54); }

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

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

 a { background-color: rgb(201,53,54); }

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

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

 span { border-color: rgb(201,53,54); }

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