#C93339

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

Shades of Mahogany #C93339

Tints of Mahogany #C93339

Color information

#C93339 (or 0xC93339) is unknown color: approx Mahogany. HEX triplet: C9, 33 and 39. RGB value is (201,51,57). Sum of RGB (Red+Green+Blue) = 201+51+57=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C93339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93339 is #36CCC6. Grayscale: #606060. Windows color (decimal): -3591367 or 3748809. OLE color: 3748809.

HSL color Cylindrical-coordinate representation of color #C93339: hue angle of 357.6º 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 #C93339 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2015157-
CMYK00.750.720.21
HSL357.6º59.52%49.41%-
HSV(B)357.6º74.63%78.82%-
XYZ26.0115.085.41-
YUV96.53105.7202.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.05%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 57 (22.66% from 255) = 18.45%
R=65.05%
G=16.50%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201515700.750.720.21357.659.5249.41
HexC9333904B48151663c31
Octal31163710113110255467461
Binary1100100111001111100101001011100100010101101100110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93339; }

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

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

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

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

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

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

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

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