#C73035

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

Shades of Mahogany #C73035

Tints of Mahogany #C73035

Color information

#C73035 (or 0xC73035) is unknown color: approx Mahogany. HEX triplet: C7, 30 and 35. RGB value is (199,48,53). Sum of RGB (Red+Green+Blue) = 199+48+53=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C73035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73035 is #38CFCA. Grayscale: #5D5D5D. Windows color (decimal): -3723211 or 3485895. OLE color: 3485895.

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

Color convert

RGB1994853-
CMYK00.760.730.22
HSL358.01º61.13%48.43%-
HSV(B)358.01º75.88%78.04%-
XYZ25.2514.514.84-
YUV93.72105.03203.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.33%
GREEN value IS 48 (19.14% from 255) = 16%
BLUE value IS 53 (21.09% from 255) = 17.67%
R=66.33%
G=16%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199485300.760.730.22358.0161.1348.43
HexC7303504C49161663d30
Octal30760650114111265467560
Binary1100011111000011010101001100100100110110101100110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73035; }

 p { color: rgb(199,48,53); }

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

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

 a { background-color: rgb(199,48,53); }

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

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

 span { border-color: rgb(199,48,53); }

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