#c82d35

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

Shades of Mahogany #C82D35

Tints of Mahogany #C82D35

Color information

#C82D35 (or 0xC82D35) is unknown color: approx Mahogany. HEX triplet: C8, 2D and 35. RGB value is (200,45,53). Sum of RGB (Red+Green+Blue) = 200+45+53=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D35 is #37D2CA. Grayscale: #5C5C5C. Windows color (decimal): -3658443 or 3485128. OLE color: 3485128.

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

Color convert

RGB2004553-
CMYK00.780.740.22
HSL356.9º63.27%48.04%-
HSV(B)356.9º77.5%78.43%-
XYZ25.414.414.81-
YUV92.26105.85204.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.11%
GREEN value IS 45 (17.97% from 255) = 15.10%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=67.11%
G=15.10%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200455300.780.740.22356.963.2748.04
HexC82D3504E4A161653f30
Octal31055650116112265457760
Binary1100100010110111010101001110100101010110101100101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c82d35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c82d35; }

 p { color: rgb(200,45,53); }

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

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

 a { background-color: rgb(200,45,53); }

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

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

 span { border-color: rgb(200,45,53); }

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