#B13B73

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

Shades of Royal Heath #B13B73

Tints of Royal Heath #B13B73

Color information

#B13B73 (or 0xB13B73) is unknown color: approx Royal Heath. HEX triplet: B1, 3B and 73. RGB value is (177,59,115). Sum of RGB (Red+Green+Blue) = 177+59+115=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B73 is #4EC48C. Grayscale: #646464. Windows color (decimal): -5162125 or 7551921. OLE color: 7551921.

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

Color convert

RGB17759115-
CMYK00.670.350.31
HSL331.53º50%46.27%-
HSV(B)331.53º66.67%69.41%-
XYZ22.7913.7117.67-
YUV100.67136.09182.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 115 (45.31% from 255) = 32.76%
R=50.43%
G=16.81%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775911500.670.350.31331.535046.27
HexB13B73043231F14c322e
Octal26173163010343375146256
Binary1011000111101111100110100001110001111111101001100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B73; }

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

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

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

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

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

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

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

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