#C62C37

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

Shades of Mahogany #C62C37

Tints of Mahogany #C62C37

Color information

#C62C37 (or 0xC62C37) is unknown color: approx Mahogany. HEX triplet: C6, 2C and 37. RGB value is (198,44,55). Sum of RGB (Red+Green+Blue) = 198+44+55=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C37 is #39D3C8. Grayscale: #5B5B5B. Windows color (decimal): -3789769 or 3615942. OLE color: 3615942.

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

Color convert

RGB1984455-
CMYK00.780.720.22
HSL355.71º63.64%47.45%-
HSV(B)355.71º77.78%77.65%-
XYZ24.8814.085.02-
YUV91.3107.52204.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.67%
GREEN value IS 44 (17.58% from 255) = 14.81%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=66.67%
G=14.81%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198445500.780.720.22355.7163.6447.45
HexC62C3704E4816164402f
Octal306546701161102654410057
Binary11000110101100110111010011101001000101101011001001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62C37; }

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

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

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

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

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

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

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

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