#C83738

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

Shades of Mahogany #C83738

Tints of Mahogany #C83738

Color information

#C83738 (or 0xC83738) is unknown color: approx Mahogany. HEX triplet: C8, 37 and 38. RGB value is (200,55,56). Sum of RGB (Red+Green+Blue) = 200+55+56=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C83738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83738 is #37C8C7. Grayscale: #626262. Windows color (decimal): -3655880 or 3684296. OLE color: 3684296.

HSL color Cylindrical-coordinate representation of color #C83738: hue angle of 359.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83738 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB2005556-
CMYK00.720.720.22
HSL359.59º56.86%50%-
HSV(B)359.59º72.5%78.43%-
XYZ25.915.35.33-
YUV98.47104.04200.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.31%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=64.31%
G=17.68%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200555600.720.720.22359.5956.8650
HexC8373804848161683932
Octal31067700110110265507162
Binary1100100011011111100001001000100100010110101101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83738; }

 p { color: rgb(200,55,56); }

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

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

 a { background-color: rgb(200,55,56); }

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

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

 span { border-color: rgb(200,55,56); }

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