#c53f73

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

Shades of Royal Heath #C53F73

Tints of Royal Heath #C53F73

Color information

#C53F73 (or 0xC53F73) is unknown color: approx Royal Heath. HEX triplet: C5, 3F and 73. RGB value is (197,63,115). Sum of RGB (Red+Green+Blue) = 197+63+115=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F73 is #3AC08C. Grayscale: #6C6C6C. Windows color (decimal): -3850381 or 7552965. OLE color: 7552965.

HSL color Cylindrical-coordinate representation of color #C53F73: hue angle of 336.72º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F73 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19763115-
CMYK00.680.420.23
HSL336.72º53.6%50.98%-
HSV(B)336.72º68.02%77.25%-
XYZ27.916.6617.97-
YUV108.99131.39190.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.53%
GREEN value IS 63 (25% from 255) = 16.8%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=52.53%
G=16.8%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976311500.680.420.23336.7253.650.98
HexC53F730442A171513633
Octal30577163010452275216663
Binary1100010111111111100110100010010101010111101010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53f73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53f73; }

 p { color: rgb(197,63,115); }

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

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

 a { background-color: rgb(197,63,115); }

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

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

 span { border-color: rgb(197,63,115); }

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