#CB323A

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

Shades of Mahogany #CB323A

Tints of Mahogany #CB323A

Color information

#CB323A (or 0xCB323A) is unknown color: approx Mahogany. HEX triplet: CB, 32 and 3A. RGB value is (203,50,58). Sum of RGB (Red+Green+Blue) = 203+50+58=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB323A is #34CDC5. Grayscale: #606060. Windows color (decimal): -3460550 or 3814091. OLE color: 3814091.

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

Color convert

RGB2035058-
CMYK00.750.710.20
HSL356.86º60.47%49.61%-
HSV(B)356.86º75.37%79.61%-
XYZ26.5315.285.55-
YUV96.66106.19203.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.27%
GREEN value IS 50 (19.92% from 255) = 16.08%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=65.27%
G=16.08%
B=18.65%

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
Decimal203505800.750.710.20356.8660.4749.61
HexCB323A04B47141653c32
Octal31362720113107245457462
Binary1100101111001011101001001011100011110100101100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB323A; }

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

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

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

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

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

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

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

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