#C62934

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

Shades of Mahogany #C62934

Tints of Mahogany #C62934

Color information

#C62934 (or 0xC62934) is unknown color: approx Mahogany. HEX triplet: C6, 29 and 34. RGB value is (198,41,52). Sum of RGB (Red+Green+Blue) = 198+41+52=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C62934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62934 is #39D6CB. Grayscale: #595959. Windows color (decimal): -3790540 or 3418566. OLE color: 3418566.

HSL color Cylindrical-coordinate representation of color #C62934: hue angle of 355.8º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62934 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1984152-
CMYK00.790.740.22
HSL355.8º65.69%46.86%-
HSV(B)355.8º79.29%77.65%-
XYZ24.713.844.62-
YUV89.2107.01205.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.04%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=68.04%
G=14.09%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198415200.790.740.22355.865.6946.86
HexC6293404F4A16164422f
Octal306516401171122654410257
Binary11000110101001110100010011111001010101101011001001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62934; }

 p { color: rgb(198,41,52); }

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

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

 a { background-color: rgb(198,41,52); }

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

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

 span { border-color: rgb(198,41,52); }

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