#CB3638

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

Shades of Mahogany #CB3638

Tints of Mahogany #CB3638

Color information

#CB3638 (or 0xCB3638) is unknown color: approx Mahogany. HEX triplet: CB, 36 and 38. RGB value is (203,54,56). Sum of RGB (Red+Green+Blue) = 203+54+56=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3638 is #34C9C7. Grayscale: #626262. Windows color (decimal): -3459528 or 3684043. OLE color: 3684043.

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

Color convert

RGB2035456-
CMYK00.730.720.20
HSL359.19º58.89%50.39%-
HSV(B)359.19º73.4%79.61%-
XYZ26.6615.625.35-
YUV98.78103.86202.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.86%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=64.86%
G=17.25%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203545600.730.720.20359.1958.8950.39
HexCB363804948141673b32
Octal31366700111110245477362
Binary1100101111011011100001001001100100010100101100111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3638; }

 p { color: rgb(203,54,56); }

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

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

 a { background-color: rgb(203,54,56); }

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

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

 span { border-color: rgb(203,54,56); }

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