#C8333B

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

Shades of Mahogany #C8333B

Tints of Mahogany #C8333B

Color information

#C8333B (or 0xC8333B) is unknown color: approx Mahogany. HEX triplet: C8, 33 and 3B. RGB value is (200,51,59). Sum of RGB (Red+Green+Blue) = 200+51+59=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8333B is #37CCC4. Grayscale: #606060. Windows color (decimal): -3656901 or 3879880. OLE color: 3879880.

HSL color Cylindrical-coordinate representation of color #C8333B: hue angle of 356.78º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8333B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB2005159-
CMYK00.740.700.22
HSL356.78º59.36%49.22%-
HSV(B)356.78º74.5%78.43%-
XYZ25.7914.965.67-
YUV96.46106.86201.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.52%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 59 (23.44% from 255) = 19.03%
R=64.52%
G=16.45%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200515900.740.700.22356.7859.3649.22
HexC8333B04A46161653b31
Octal31063730112106265457361
Binary1100100011001111101101001010100011010110101100101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8333B; }

 p { color: rgb(200,51,59); }

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

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

 a { background-color: rgb(200,51,59); }

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

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

 span { border-color: rgb(200,51,59); }

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