#C83E40

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

Shades of Mahogany #C83E40

Tints of Mahogany #C83E40

Color information

#C83E40 (or 0xC83E40) is unknown color: approx Mahogany. HEX triplet: C8, 3E and 40. RGB value is (200,62,64). Sum of RGB (Red+Green+Blue) = 200+62+64=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E40 is #37C1BF. Grayscale: #676767. Windows color (decimal): -3654080 or 4210376. OLE color: 4210376.

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

Color convert

RGB2006264-
CMYK00.690.680.22
HSL359.13º55.65%51.37%-
HSV(B)359.13º69%78.43%-
XYZ26.4716.096.56-
YUV103.49105.72196.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.35%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=61.35%
G=19.02%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200626400.690.680.22359.1355.6551.37
HexC83E4004544161673833
Octal310761000105104265477063
Binary11001000111110100000001000101100010010110101100111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83E40; }

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

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

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

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

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

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

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

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