#C73E42

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

Shades of Mahogany #C73E42

Tints of Mahogany #C73E42

Color information

#C73E42 (or 0xC73E42) is unknown color: approx Mahogany. HEX triplet: C7, 3E and 42. RGB value is (199,62,66). Sum of RGB (Red+Green+Blue) = 199+62+66=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E42 is #38C1BD. Grayscale: #676767. Windows color (decimal): -3719614 or 4341447. OLE color: 4341447.

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

Color convert

RGB1996266-
CMYK00.690.670.22
HSL358.25º55.02%51.18%-
HSV(B)358.25º68.84%78.04%-
XYZ26.2615.986.85-
YUV103.42106.89196.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.86%
GREEN value IS 62 (24.61% from 255) = 18.96%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=60.86%
G=18.96%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199626600.690.670.22358.2555.0251.18
HexC73E4204543161663733
Octal307761020105103265466763
Binary11000111111110100001001000101100001110110101100110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73E42; }

 p { color: rgb(199,62,66); }

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

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

 a { background-color: rgb(199,62,66); }

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

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

 span { border-color: rgb(199,62,66); }

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