#C92F34

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

Shades of Mahogany #C92F34

Tints of Mahogany #C92F34

Color information

#C92F34 (or 0xC92F34) is unknown color: approx Mahogany. HEX triplet: C9, 2F and 34. RGB value is (201,47,52). Sum of RGB (Red+Green+Blue) = 201+47+52=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F34 is #36D0CB. Grayscale: #5D5D5D. Windows color (decimal): -3592396 or 3420105. OLE color: 3420105.

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

Color convert

RGB2014752-
CMYK00.770.740.21
HSL358.05º62.1%48.63%-
HSV(B)358.05º76.62%78.82%-
XYZ25.7214.74.73-
YUV93.62104.52204.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67%
GREEN value IS 47 (18.75% from 255) = 15.67%
BLUE value IS 52 (20.70% from 255) = 17.33%
R=67%
G=15.67%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201475200.770.740.21358.0562.148.63
HexC92F3404D4A151663e31
Octal31157640115112255467661
Binary1100100110111111010001001101100101010101101100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92F34; }

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

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

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

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

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

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

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

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