#C82F30

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

Shades of Mahogany #C82F30

Tints of Mahogany #C82F30

Color information

#C82F30 (or 0xC82F30) is unknown color: approx Mahogany. HEX triplet: C8, 2F and 30. RGB value is (200,47,48). Sum of RGB (Red+Green+Blue) = 200+47+48=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F30 is #37D0CF. Grayscale: #5D5D5D. Windows color (decimal): -3657936 or 3157960. OLE color: 3157960.

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

Color convert

RGB2004748-
CMYK00.760.760.22
HSL359.61º61.94%48.43%-
HSV(B)359.61º76.5%78.43%-
XYZ25.3714.534.26-
YUV92.86102.69204.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.80%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=67.80%
G=15.93%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200474800.760.760.22359.6161.9448.43
HexC82F3004C4C161683e30
Octal31057600114114265507660
Binary1100100010111111000001001100100110010110101101000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82F30; }

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

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

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

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

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

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

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

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