#C82B2F

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

Shades of Mahogany #C82B2F

Tints of Mahogany #C82B2F

Color information

#C82B2F (or 0xC82B2F) is unknown color: approx Mahogany. HEX triplet: C8, 2B and 2F. RGB value is (200,43,47). Sum of RGB (Red+Green+Blue) = 200+43+47=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82B2F is #37D4D0. Grayscale: #5A5A5A. Windows color (decimal): -3658961 or 3091400. OLE color: 3091400.

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

Color convert

RGB2004347-
CMYK00.780.760.22
HSL358.47º64.61%47.65%-
HSV(B)358.47º78.5%78.43%-
XYZ25.214.214.1-
YUV90.4103.51206.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 68.97%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 47 (18.75% from 255) = 16.21%
R=68.97%
G=14.83%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200434700.780.760.22358.4764.6147.65
HexC82B2F04E4C161664130
Octal310535701161142654610160
Binary11001000101011101111010011101001100101101011001101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82B2F; }

 p { color: rgb(200,43,47); }

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

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

 a { background-color: rgb(200,43,47); }

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

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

 span { border-color: rgb(200,43,47); }

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