#CE333B

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

Shades of Mahogany #CE333B

Tints of Mahogany #CE333B

Color information

#CE333B (or 0xCE333B) is unknown color: approx Mahogany. HEX triplet: CE, 33 and 3B. RGB value is (206,51,59). Sum of RGB (Red+Green+Blue) = 206+51+59=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE333B is #31CCC4. Grayscale: #626262. Windows color (decimal): -3263685 or 3879886. OLE color: 3879886.

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

Color convert

RGB2065159-
CMYK00.750.710.19
HSL356.9º61.26%50.39%-
HSV(B)356.9º75.24%80.78%-
XYZ27.4315.815.74-
YUV98.26105.85204.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 65.19%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 59 (23.44% from 255) = 18.67%
R=65.19%
G=16.14%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206515900.750.710.19356.961.2650.39
HexCE333B04B47131653d32
Octal31663730113107235457562
Binary1100111011001111101101001011100011110011101100101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE333B; }

 p { color: rgb(206,51,59); }

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

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

 a { background-color: rgb(206,51,59); }

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

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

 span { border-color: rgb(206,51,59); }

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