#B13973

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

Shades of Royal Heath #B13973

Tints of Royal Heath #B13973

Color information

#B13973 (or 0xB13973) is unknown color: approx Royal Heath. HEX triplet: B1, 39 and 73. RGB value is (177,57,115). Sum of RGB (Red+Green+Blue) = 177+57+115=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B13973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13973 is #4EC68C. Grayscale: #636363. Windows color (decimal): -5162637 or 7551409. OLE color: 7551409.

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

Color convert

RGB17757115-
CMYK00.680.350.31
HSL331º51.28%45.88%-
HSV(B)331º67.8%69.41%-
XYZ22.6913.5117.63-
YUV99.49136.76183.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=50.72%
G=16.33%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775711500.680.350.3133151.2845.88
HexB13973044231F14b332e
Octal26171163010443375136356
Binary1011000111100111100110100010010001111111101001011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13973; }

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

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

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

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

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

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

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

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