#C93335

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

Shades of Mahogany #C93335

Tints of Mahogany #C93335

Color information

#C93335 (or 0xC93335) is unknown color: approx Mahogany. HEX triplet: C9, 33 and 35. RGB value is (201,51,53). Sum of RGB (Red+Green+Blue) = 201+51+53=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C93335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93335 is #36CCCA. Grayscale: #606060. Windows color (decimal): -3591371 or 3486665. OLE color: 3486665.

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

Color convert

RGB2015153-
CMYK00.750.740.21
HSL359.2º59.52%49.41%-
HSV(B)359.2º74.63%78.82%-
XYZ25.9115.044.91-
YUV96.08103.7202.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.90%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=65.90%
G=16.72%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201515300.750.740.21359.259.5249.41
HexC9333504B4A151673c31
Octal31163650113112255477461
Binary1100100111001111010101001011100101010101101100111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93335; }

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

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

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

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

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

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

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

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