#CB3740

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

Shades of Mahogany #CB3740

Tints of Mahogany #CB3740

Color information

#CB3740 (or 0xCB3740) is unknown color: approx Mahogany. HEX triplet: CB, 37 and 40. RGB value is (203,55,64). Sum of RGB (Red+Green+Blue) = 203+55+64=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3740 is #34C8BF. Grayscale: #646464. Windows color (decimal): -3459264 or 4208587. OLE color: 4208587.

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

Color convert

RGB2035564-
CMYK00.730.680.20
HSL356.35º58.73%50.59%-
HSV(B)356.35º72.91%79.61%-
XYZ26.9215.86.48-
YUV100.28107.53201.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.04%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=63.04%
G=17.08%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203556400.730.680.20356.3558.7350.59
HexCB374004944141643b33
Octal313671000111104245447363
Binary11001011110111100000001001001100010010100101100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3740; }

 p { color: rgb(203,55,64); }

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

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

 a { background-color: rgb(203,55,64); }

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

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

 span { border-color: rgb(203,55,64); }

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