#C83B3E

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

Shades of Mahogany #C83B3E

Tints of Mahogany #C83B3E

Color information

#C83B3E (or 0xC83B3E) is unknown color: approx Mahogany. HEX triplet: C8, 3B and 3E. RGB value is (200,59,62). Sum of RGB (Red+Green+Blue) = 200+59+62=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B3E is #37C4C1. Grayscale: #656565. Windows color (decimal): -3654850 or 4078536. OLE color: 4078536.

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

Color convert

RGB2005962-
CMYK00.700.690.22
HSL358.72º56.18%50.78%-
HSV(B)358.72º70.5%78.43%-
XYZ26.2515.766.21-
YUV101.5105.71198.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.31%
GREEN value IS 59 (23.44% from 255) = 18.38%
BLUE value IS 62 (24.61% from 255) = 19.31%
R=62.31%
G=18.38%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200596200.700.690.22358.7256.1850.78
HexC83B3E04645161673833
Octal31073760106105265477063
Binary1100100011101111111001000110100010110110101100111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83B3E; }

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

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

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

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

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

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

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

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