#C93134

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

Shades of Mahogany #C93134

Tints of Mahogany #C93134

Color information

#C93134 (or 0xC93134) is unknown color: approx Mahogany. HEX triplet: C9, 31 and 34. RGB value is (201,49,52). Sum of RGB (Red+Green+Blue) = 201+49+52=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C93134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93134 is #36CECB. Grayscale: #5E5E5E. Windows color (decimal): -3591884 or 3420617. OLE color: 3420617.

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

Color convert

RGB2014952-
CMYK00.760.740.21
HSL358.82º60.8%49.02%-
HSV(B)358.82º75.62%78.82%-
XYZ25.8114.864.76-
YUV94.79103.86203.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 66.56%
GREEN value IS 49 (19.53% from 255) = 16.23%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=66.56%
G=16.23%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201495200.760.740.21358.8260.849.02
HexC9313404C4A151673d31
Octal31161640114112255477561
Binary1100100111000111010001001100100101010101101100111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93134; }

 p { color: rgb(201,49,52); }

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

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

 a { background-color: rgb(201,49,52); }

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

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

 span { border-color: rgb(201,49,52); }

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