#CB3738

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

Shades of Mahogany #CB3738

Tints of Mahogany #CB3738

Color information

#CB3738 (or 0xCB3738) is unknown color: approx Mahogany. HEX triplet: CB, 37 and 38. RGB value is (203,55,56). Sum of RGB (Red+Green+Blue) = 203+55+56=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3738 is #34C8C7. Grayscale: #636363. Windows color (decimal): -3459272 or 3684299. OLE color: 3684299.

HSL color Cylindrical-coordinate representation of color #CB3738: hue angle of 359.59º 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 #CB3738 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB2035556-
CMYK00.730.720.20
HSL359.59º58.73%50.59%-
HSV(B)359.59º72.91%79.61%-
XYZ26.7115.715.37-
YUV99.37103.53201.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.65%
GREEN value IS 55 (21.88% from 255) = 17.52%
BLUE value IS 56 (22.27% from 255) = 17.83%
R=64.65%
G=17.52%
B=17.83%

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
Decimal203555600.730.720.20359.5958.7350.59
HexCB373804948141683b33
Octal31367700111110245507363
Binary1100101111011111100001001001100100010100101101000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3738; }

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

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

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

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

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

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

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

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