#B53873

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

Shades of Royal Heath #B53873

Tints of Royal Heath #B53873

Color information

#B53873 (or 0xB53873) is unknown color: approx Royal Heath. HEX triplet: B5, 38 and 73. RGB value is (181,56,115). Sum of RGB (Red+Green+Blue) = 181+56+115=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B53873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53873 is #4AC78C. Grayscale: #636363. Windows color (decimal): -4900749 or 7551157. OLE color: 7551157.

HSL color Cylindrical-coordinate representation of color #B53873: hue angle of 331.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53873 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18156115-
CMYK00.690.360.29
HSL331.68º52.74%46.47%-
HSV(B)331.68º69.06%70.98%-
XYZ23.5613.8917.66-
YUV100.1136.41185.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.42%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=51.42%
G=15.91%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815611500.690.360.29331.6852.7446.47
HexB53873045241D14c352e
Octal26570163010544355146556
Binary1011010111100011100110100010110010011101101001100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53873; }

 p { color: rgb(181,56,115); }

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

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

 a { background-color: rgb(181,56,115); }

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

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

 span { border-color: rgb(181,56,115); }

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