#c63536

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

Shades of Mahogany #C63536

Tints of Mahogany #C63536

Color information

#C63536 (or 0xC63536) is unknown color: approx Mahogany. HEX triplet: C6, 35 and 36. RGB value is (198,53,54). Sum of RGB (Red+Green+Blue) = 198+53+54=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C63536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63536 is #39CAC9. Grayscale: #606060. Windows color (decimal): -3787466 or 3552710. OLE color: 3552710.

HSL color Cylindrical-coordinate representation of color #C63536: hue angle of 359.59º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63536 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB1985354-
CMYK00.730.730.22
HSL359.59º57.77%49.22%-
HSV(B)359.59º73.23%77.65%-
XYZ25.2314.825.02-
YUV96.47104.04200.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.92%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=64.92%
G=17.38%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198535400.730.730.22359.5957.7749.22
HexC6353604949161683a31
Octal30665660111111265507261
Binary1100011011010111011001001001100100110110101101000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63536; }

 p { color: rgb(198,53,54); }

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

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

 a { background-color: rgb(198,53,54); }

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

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

 span { border-color: rgb(198,53,54); }

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