#C73D41

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

Shades of Mahogany #C73D41

Tints of Mahogany #C73D41

Color information

#C73D41 (or 0xC73D41) is unknown color: approx Mahogany. HEX triplet: C7, 3D and 41. RGB value is (199,61,65). Sum of RGB (Red+Green+Blue) = 199+61+65=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D41 is #38C2BE. Grayscale: #666666. Windows color (decimal): -3719871 or 4275655. OLE color: 4275655.

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

Color convert

RGB1996165-
CMYK00.690.670.22
HSL358.26º55.2%50.98%-
HSV(B)358.26º69.35%78.04%-
XYZ26.1815.866.68-
YUV102.72106.72196.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.23%
GREEN value IS 61 (24.22% from 255) = 18.77%
BLUE value IS 65 (25.78% from 255) = 20%
R=61.23%
G=18.77%
B=20%

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
Decimal199616500.690.670.22358.2655.250.98
HexC73D4104543161663733
Octal307751010105103265466763
Binary11000111111101100000101000101100001110110101100110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73D41; }

 p { color: rgb(199,61,65); }

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

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

 a { background-color: rgb(199,61,65); }

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

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

 span { border-color: rgb(199,61,65); }

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