#CE3237

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

Shades of Mahogany #CE3237

Tints of Mahogany #CE3237

Color information

#CE3237 (or 0xCE3237) is unknown color: approx Mahogany. HEX triplet: CE, 32 and 37. RGB value is (206,50,55). Sum of RGB (Red+Green+Blue) = 206+50+55=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3237 is #31CDC8. Grayscale: #616161. Windows color (decimal): -3263945 or 3617486. OLE color: 3617486.

HSL color Cylindrical-coordinate representation of color #CE3237: hue angle of 358.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3237 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB2065055-
CMYK00.760.730.19
HSL358.08º61.42%50.2%-
HSV(B)358.08º75.73%80.78%-
XYZ27.2815.685.2-
YUV97.21104.18205.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 66.24%
GREEN value IS 50 (19.92% from 255) = 16.08%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=66.24%
G=16.08%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206505500.760.730.19358.0861.4250.2
HexCE323704C49131663d32
Octal31662670114111235467562
Binary1100111011001011011101001100100100110011101100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3237; }

 p { color: rgb(206,50,55); }

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

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

 a { background-color: rgb(206,50,55); }

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

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

 span { border-color: rgb(206,50,55); }

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