#C83233

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

Shades of Mahogany #C83233

Tints of Mahogany #C83233

Color information

#C83233 (or 0xC83233) is unknown color: approx Mahogany. HEX triplet: C8, 32 and 33. RGB value is (200,50,51). Sum of RGB (Red+Green+Blue) = 200+50+51=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C83233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83233 is #37CDCC. Grayscale: #5F5F5F. Windows color (decimal): -3657165 or 3355336. OLE color: 3355336.

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

Color convert

RGB2005051-
CMYK00.750.740.22
HSL359.6º60%49.02%-
HSV(B)359.6º75%78.43%-
XYZ25.5614.84.64-
YUV94.96103.2202.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.45%
GREEN value IS 50 (19.92% from 255) = 16.61%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=66.45%
G=16.61%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200505100.750.740.22359.66049.02
HexC8323304B4A161683c31
Octal31062630113112265507461
Binary1100100011001011001101001011100101010110101101000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83233; }

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

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

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

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

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

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

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

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