#C82E34

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

Shades of Mahogany #C82E34

Tints of Mahogany #C82E34

Color information

#C82E34 (or 0xC82E34) is unknown color: approx Mahogany. HEX triplet: C8, 2E and 34. RGB value is (200,46,52). Sum of RGB (Red+Green+Blue) = 200+46+52=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82E34 is #37D1CB. Grayscale: #5C5C5C. Windows color (decimal): -3658188 or 3419848. OLE color: 3419848.

HSL color Cylindrical-coordinate representation of color #C82E34: hue angle of 357.66º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82E34 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB2004652-
CMYK00.770.740.22
HSL357.66º62.6%48.24%-
HSV(B)357.66º77%78.43%-
XYZ25.4214.484.7-
YUV92.73105.02204.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.11%
GREEN value IS 46 (18.36% from 255) = 15.44%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=67.11%
G=15.44%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200465200.770.740.22357.6662.648.24
HexC82E3404D4A161663f30
Octal31056640115112265467760
Binary1100100010111011010001001101100101010110101100110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82E34; }

 p { color: rgb(200,46,52); }

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

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

 a { background-color: rgb(200,46,52); }

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

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

 span { border-color: rgb(200,46,52); }

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