#CB3C41

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

Shades of Mahogany #CB3C41

Tints of Mahogany #CB3C41

Color information

#CB3C41 (or 0xCB3C41) is unknown color: approx Mahogany. HEX triplet: CB, 3C and 41. RGB value is (203,60,65). Sum of RGB (Red+Green+Blue) = 203+60+65=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C41 is #34C3BE. Grayscale: #676767. Windows color (decimal): -3457983 or 4275403. OLE color: 4275403.

HSL color Cylindrical-coordinate representation of color #CB3C41: hue angle of 357.9º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C41 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB2036065-
CMYK00.700.680.20
HSL357.9º57.89%51.57%-
HSV(B)357.9º70.44%79.61%-
XYZ27.216.316.72-
YUV103.33106.38199.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.89%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=61.89%
G=18.29%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203606500.700.680.20357.957.8951.57
HexCB3C4104644141663a34
Octal313741010106104245467264
Binary11001011111100100000101000110100010010100101100110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3C41; }

 p { color: rgb(203,60,65); }

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

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

 a { background-color: rgb(203,60,65); }

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

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

 span { border-color: rgb(203,60,65); }

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