#C73D73

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

Shades of Royal Heath #C73D73

Tints of Royal Heath #C73D73

Color information

#C73D73 (or 0xC73D73) is unknown color: approx Royal Heath. HEX triplet: C7, 3D and 73. RGB value is (199,61,115). Sum of RGB (Red+Green+Blue) = 199+61+115=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D73 is #38C28C. Grayscale: #6C6C6C. Windows color (decimal): -3719821 or 7552455. OLE color: 7552455.

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

Color convert

RGB19961115-
CMYK00.690.420.22
HSL336.52º55.2%50.98%-
HSV(B)336.52º69.35%78.04%-
XYZ28.3216.7217.95-
YUV108.42131.72192.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=53.07%
G=16.27%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996111500.690.420.22336.5255.250.98
HexC73D730452A161513733
Octal30775163010552265216763
Binary1100011111110111100110100010110101010110101010001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73D73; }

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

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

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

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

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

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

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

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