#C13D73

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

Shades of Royal Heath #C13D73

Tints of Royal Heath #C13D73

Color information

#C13D73 (or 0xC13D73) is unknown color: approx Royal Heath. HEX triplet: C1, 3D and 73. RGB value is (193,61,115). Sum of RGB (Red+Green+Blue) = 193+61+115=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D73 is #3EC28C. Grayscale: #6A6A6A. Windows color (decimal): -4113037 or 7552449. OLE color: 7552449.

HSL color Cylindrical-coordinate representation of color #C13D73: hue angle of 335.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D73 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB19361115-
CMYK00.680.400.24
HSL335.45º51.97%49.8%-
HSV(B)335.45º68.39%75.69%-
XYZ26.7615.9117.88-
YUV106.62132.73189.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=52.30%
G=16.53%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936111500.680.400.24335.4551.9749.8
HexC13D73044281814f3432
Octal30175163010450305176462
Binary1100000111110111100110100010010100011000101001111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13D73; }

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

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

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

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

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

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

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

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