#C13D72

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

Shades of Royal Heath #C13D72

Tints of Royal Heath #C13D72

Color information

#C13D72 (or 0xC13D72) is unknown color: approx Royal Heath. HEX triplet: C1, 3D and 72. RGB value is (193,61,114). Sum of RGB (Red+Green+Blue) = 193+61+114=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D72 is #3EC28D. Grayscale: #6A6A6A. Windows color (decimal): -4113038 or 7486913. OLE color: 7486913.

HSL color Cylindrical-coordinate representation of color #C13D72: hue angle of 335.91º 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 #C13D72 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19361114-
CMYK00.680.410.24
HSL335.91º51.97%49.8%-
HSV(B)335.91º68.39%75.69%-
XYZ26.715.8917.58-
YUV106.51132.23189.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.45%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=52.45%
G=16.58%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936111400.680.410.24335.9151.9749.8
HexC13D7204429181503432
Octal30175162010451305206462
Binary1100000111110111100100100010010100111000101010000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13D72; }

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

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

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

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

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

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

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

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