#C63A3F

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

Shades of Mahogany #C63A3F

Tints of Mahogany #C63A3F

Color information

#C63A3F (or 0xC63A3F) is unknown color: approx Mahogany. HEX triplet: C6, 3A and 3F. RGB value is (198,58,63). Sum of RGB (Red+Green+Blue) = 198+58+63=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A3F is #39C5C0. Grayscale: #646464. Windows color (decimal): -3786177 or 4143814. OLE color: 4143814.

HSL color Cylindrical-coordinate representation of color #C63A3F: hue angle of 357.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63A3F is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1985863-
CMYK00.710.680.22
HSL357.86º55.12%50.2%-
HSV(B)357.86º70.71%77.65%-
XYZ25.715.396.32-
YUV100.43106.88197.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.07%
GREEN value IS 58 (23.05% from 255) = 18.18%
BLUE value IS 63 (25% from 255) = 19.75%
R=62.07%
G=18.18%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198586300.710.680.22357.8655.1250.2
HexC63A3F04744161663732
Octal30672770107104265466762
Binary1100011011101011111101000111100010010110101100110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63A3F; }

 p { color: rgb(198,58,63); }

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

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

 a { background-color: rgb(198,58,63); }

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

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

 span { border-color: rgb(198,58,63); }

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