#C83B40

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

Shades of Mahogany #C83B40

Tints of Mahogany #C83B40

Color information

#C83B40 (or 0xC83B40) is unknown color: approx Mahogany. HEX triplet: C8, 3B and 40. RGB value is (200,59,64). Sum of RGB (Red+Green+Blue) = 200+59+64=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B40 is #37C4BF. Grayscale: #656565. Windows color (decimal): -3654848 or 4209608. OLE color: 4209608.

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

Color convert

RGB2005964-
CMYK00.700.680.22
HSL357.87º56.18%50.78%-
HSV(B)357.87º70.5%78.43%-
XYZ26.3115.786.51-
YUV101.73106.71198.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.92%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=61.92%
G=18.27%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200596400.700.680.22357.8756.1850.78
HexC83B4004644161663833
Octal310731000106104265467063
Binary11001000111011100000001000110100010010110101100110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83B40; }

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

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

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

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

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

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

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

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