#C73034

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

Shades of Mahogany #C73034

Tints of Mahogany #C73034

Color information

#C73034 (or 0xC73034) is unknown color: approx Mahogany. HEX triplet: C7, 30 and 34. RGB value is (199,48,52). Sum of RGB (Red+Green+Blue) = 199+48+52=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C73034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73034 is #38CFCB. Grayscale: #5D5D5D. Windows color (decimal): -3723212 or 3420359. OLE color: 3420359.

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

Color convert

RGB1994852-
CMYK00.760.740.22
HSL358.41º61.13%48.43%-
HSV(B)358.41º75.88%78.04%-
XYZ25.2314.54.72-
YUV93.6104.53203.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.56%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=66.56%
G=16.05%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199485200.760.740.22358.4161.1348.43
HexC7303404C4A161663d30
Octal30760640114112265467560
Binary1100011111000011010001001100100101010110101100110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73034; }

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

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

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

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

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

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

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

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