#CB323B

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

Shades of Mahogany #CB323B

Tints of Mahogany #CB323B

Color information

#CB323B (or 0xCB323B) is unknown color: approx Mahogany. HEX triplet: CB, 32 and 3B. RGB value is (203,50,59). Sum of RGB (Red+Green+Blue) = 203+50+59=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB323B is #34CDC4. Grayscale: #606060. Windows color (decimal): -3460549 or 3879627. OLE color: 3879627.

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

Color convert

RGB2035059-
CMYK00.750.710.20
HSL356.47º60.47%49.61%-
HSV(B)356.47º75.37%79.61%-
XYZ26.5615.295.69-
YUV96.77106.69203.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.06%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=65.06%
G=16.03%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203505900.750.710.20356.4760.4749.61
HexCB323B04B47141643c32
Octal31362730113107245447462
Binary1100101111001011101101001011100011110100101100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB323B; }

 p { color: rgb(203,50,59); }

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

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

 a { background-color: rgb(203,50,59); }

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

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

 span { border-color: rgb(203,50,59); }

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