#C8333D

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

Shades of Mahogany #C8333D

Tints of Mahogany #C8333D

Color information

#C8333D (or 0xC8333D) is unknown color: approx Mahogany. HEX triplet: C8, 33 and 3D. RGB value is (200,51,61). Sum of RGB (Red+Green+Blue) = 200+51+61=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8333D is #37CCC2. Grayscale: #606060. Windows color (decimal): -3656899 or 4010952. OLE color: 4010952.

HSL color Cylindrical-coordinate representation of color #C8333D: hue angle of 355.97º 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 #C8333D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB2005161-
CMYK00.740.690.22
HSL355.97º59.36%49.22%-
HSV(B)355.97º74.5%78.43%-
XYZ25.8514.985.94-
YUV96.69107.86201.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.10%
GREEN value IS 51 (20.31% from 255) = 16.35%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=64.10%
G=16.35%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200516100.740.690.22355.9759.3649.22
HexC8333D04A45161643b31
Octal31063750112105265447361
Binary1100100011001111110101001010100010110110101100100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8333D; }

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

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

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

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

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

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

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

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