#B13D73

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

Shades of Royal Heath #B13D73

Tints of Royal Heath #B13D73

Color information

#B13D73 (or 0xB13D73) is unknown color: approx Royal Heath. HEX triplet: B1, 3D and 73. RGB value is (177,61,115). Sum of RGB (Red+Green+Blue) = 177+61+115=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D73 is #4EC28C. Grayscale: #656565. Windows color (decimal): -5161613 or 7552433. OLE color: 7552433.

HSL color Cylindrical-coordinate representation of color #B13D73: hue angle of 332.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D73 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17761115-
CMYK00.660.350.31
HSL332.07º48.74%46.67%-
HSV(B)332.07º65.54%69.41%-
XYZ22.8913.9217.7-
YUV101.84135.43181.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 61 (24.22% from 255) = 17.28%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=50.14%
G=17.28%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776111500.660.350.31332.0748.7446.67
HexB13D73042231F14c312f
Octal26175163010243375146157
Binary1011000111110111100110100001010001111111101001100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D73; }

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

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

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

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

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

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

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

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