#ce3236

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

Shades of Mahogany #CE3236

Tints of Mahogany #CE3236

Color information

#CE3236 (or 0xCE3236) is unknown color: approx Mahogany. HEX triplet: CE, 32 and 36. RGB value is (206,50,54). Sum of RGB (Red+Green+Blue) = 206+50+54=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3236 is #31CDC9. Grayscale: #616161. Windows color (decimal): -3263946 or 3551950. OLE color: 3551950.

HSL color Cylindrical-coordinate representation of color #CE3236: hue angle of 358.46º 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 #CE3236 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB2065054-
CMYK00.760.740.19
HSL358.46º61.42%50.2%-
HSV(B)358.46º75.73%80.78%-
XYZ27.2615.675.08-
YUV97.1103.68205.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 66.45%
GREEN value IS 50 (19.92% from 255) = 16.13%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=66.45%
G=16.13%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206505400.760.740.19358.4661.4250.2
HexCE323604C4A131663d32
Octal31662660114112235467562
Binary1100111011001011011001001100100101010011101100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce3236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce3236; }

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

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

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

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

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

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

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

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