#C63639

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

Shades of Mahogany #C63639

Tints of Mahogany #C63639

Color information

#C63639 (or 0xC63639) is unknown color: approx Mahogany. HEX triplet: C6, 36 and 39. RGB value is (198,54,57). Sum of RGB (Red+Green+Blue) = 198+54+57=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C63639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63639 is #39C9C6. Grayscale: #616161. Windows color (decimal): -3787207 or 3749574. OLE color: 3749574.

HSL color Cylindrical-coordinate representation of color #C63639: hue angle of 358.75º degrees, saturation: 0.57, 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 #C63639 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB1985457-
CMYK00.730.710.22
HSL358.75º57.14%49.41%-
HSV(B)358.75º72.73%77.65%-
XYZ25.3514.945.42-
YUV97.4105.21199.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.08%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 57 (22.66% from 255) = 18.45%
R=64.08%
G=17.48%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198545700.730.710.22358.7557.1449.41
HexC6363904947161673931
Octal30666710111107265477161
Binary1100011011011011100101001001100011110110101100111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63639; }

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

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

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

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

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

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

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

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