#C62E36

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

Shades of Mahogany #C62E36

Tints of Mahogany #C62E36

Color information

#C62E36 (or 0xC62E36) is unknown color: approx Mahogany. HEX triplet: C6, 2E and 36. RGB value is (198,46,54). Sum of RGB (Red+Green+Blue) = 198+46+54=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E36 is #39D1C9. Grayscale: #5C5C5C. Windows color (decimal): -3789258 or 3550918. OLE color: 3550918.

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

Color convert

RGB1984654-
CMYK00.770.730.22
HSL356.84º62.3%47.84%-
HSV(B)356.84º76.77%77.65%-
XYZ24.9314.234.92-
YUV92.36106.36203.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.44%
GREEN value IS 46 (18.36% from 255) = 15.44%
BLUE value IS 54 (21.48% from 255) = 18.12%
R=66.44%
G=15.44%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198465400.770.730.22356.8462.347.84
HexC62E3604D49161653e30
Octal30656660115111265457660
Binary1100011010111011011001001101100100110110101100101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62E36; }

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

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

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

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

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

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

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

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