#C62C36

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

Shades of Mahogany #C62C36

Tints of Mahogany #C62C36

Color information

#C62C36 (or 0xC62C36) is unknown color: approx Mahogany. HEX triplet: C6, 2C and 36. RGB value is (198,44,54). Sum of RGB (Red+Green+Blue) = 198+44+54=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C36 is #39D3C9. Grayscale: #5B5B5B. Windows color (decimal): -3789770 or 3550406. OLE color: 3550406.

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

Color convert

RGB1984454-
CMYK00.780.730.22
HSL356.1º63.64%47.45%-
HSV(B)356.1º77.78%77.65%-
XYZ24.8614.074.9-
YUV91.19107.02204.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.89%
GREEN value IS 44 (17.58% from 255) = 14.86%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=66.89%
G=14.86%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198445400.780.730.22356.163.6447.45
HexC62C3604E4916164402f
Octal306546601161112654410057
Binary11000110101100110110010011101001001101101011001001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62C36; }

 p { color: rgb(198,44,54); }

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

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

 a { background-color: rgb(198,44,54); }

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

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

 span { border-color: rgb(198,44,54); }

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