#C83B3C

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

Shades of Mahogany #C83B3C

Tints of Mahogany #C83B3C

Color information

#C83B3C (or 0xC83B3C) is unknown color: approx Mahogany. HEX triplet: C8, 3B and 3C. RGB value is (200,59,60). Sum of RGB (Red+Green+Blue) = 200+59+60=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B3C is #37C4C3. Grayscale: #656565. Windows color (decimal): -3654852 or 3947464. OLE color: 3947464.

HSL color Cylindrical-coordinate representation of color #C83B3C: hue angle of 359.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83B3C is Cyan = 0, Magento = 0.70, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB2005960-
CMYK00.700.70.22
HSL359.57º56.18%50.78%-
HSV(B)359.57º70.5%78.43%-
XYZ26.215.735.93-
YUV101.27104.71198.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.70%
GREEN value IS 59 (23.44% from 255) = 18.50%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=62.70%
G=18.50%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.7
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200596000.700.70.22359.5756.1850.78
HexC83B3C04646161683833
Octal31073740106106265507063
Binary1100100011101111110001000110100011010110101101000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83B3C; }

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

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

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

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

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

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

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

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