#C82F32

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

Shades of Mahogany #C82F32

Tints of Mahogany #C82F32

Color information

#C82F32 (or 0xC82F32) is unknown color: approx Mahogany. HEX triplet: C8, 2F and 32. RGB value is (200,47,50). Sum of RGB (Red+Green+Blue) = 200+47+50=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F32 is #37D0CD. Grayscale: #5D5D5D. Windows color (decimal): -3657934 or 3289032. OLE color: 3289032.

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

Color convert

RGB2004750-
CMYK00.760.750.22
HSL358.82º61.94%48.43%-
HSV(B)358.82º76.5%78.43%-
XYZ25.4114.544.49-
YUV93.09103.69204.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.34%
GREEN value IS 47 (18.75% from 255) = 15.82%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=67.34%
G=15.82%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200475000.760.750.22358.8261.9448.43
HexC82F3204C4B161673e30
Octal31057620114113265477660
Binary1100100010111111001001001100100101110110101100111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82F32; }

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

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

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

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

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

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

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

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