#CB353A

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

Shades of Mahogany #CB353A

Tints of Mahogany #CB353A

Color information

#CB353A (or 0xCB353A) is unknown color: approx Mahogany. HEX triplet: CB, 35 and 3A. RGB value is (203,53,58). Sum of RGB (Red+Green+Blue) = 203+53+58=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB353A is #34CAC5. Grayscale: #626262. Windows color (decimal): -3459782 or 3814859. OLE color: 3814859.

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

Color convert

RGB2035358-
CMYK00.740.710.20
HSL358º59.06%50.2%-
HSV(B)358º73.89%79.61%-
XYZ26.6715.555.6-
YUV98.42105.2202.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.65%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=64.65%
G=16.88%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203535800.740.710.2035859.0650.2
HexCB353A04A47141663b32
Octal31365720112107245467362
Binary1100101111010111101001001010100011110100101100110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB353A; }

 p { color: rgb(203,53,58); }

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

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

 a { background-color: rgb(203,53,58); }

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

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

 span { border-color: rgb(203,53,58); }

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