#CB333B

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

Shades of Mahogany #CB333B

Tints of Mahogany #CB333B

Color information

#CB333B (or 0xCB333B) is unknown color: approx Mahogany. HEX triplet: CB, 33 and 3B. RGB value is (203,51,59). Sum of RGB (Red+Green+Blue) = 203+51+59=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB333B is #34CCC4. Grayscale: #616161. Windows color (decimal): -3460293 or 3879883. OLE color: 3879883.

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

Color convert

RGB2035159-
CMYK00.750.710.20
HSL356.84º59.84%49.8%-
HSV(B)356.84º74.88%79.61%-
XYZ26.615.385.7-
YUV97.36106.36203.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.86%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=64.86%
G=16.29%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203515900.750.710.20356.8459.8449.8
HexCB333B04B47141653c32
Octal31363730113107245457462
Binary1100101111001111101101001011100011110100101100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB333B; }

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

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

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

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

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

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

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

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