#B53971

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

Shades of Royal Heath #B53971

Tints of Royal Heath #B53971

Color information

#B53971 (or 0xB53971) is unknown color: approx Royal Heath. HEX triplet: B5, 39 and 71. RGB value is (181,57,113). Sum of RGB (Red+Green+Blue) = 181+57+113=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B53971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53971 is #4AC68E. Grayscale: #646464. Windows color (decimal): -4900495 or 7420341. OLE color: 7420341.

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

Color convert

RGB18157113-
CMYK00.690.380.29
HSL332.9º52.1%46.67%-
HSV(B)332.9º68.51%70.98%-
XYZ23.513.9417.08-
YUV100.46135.08185.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 57 (22.66% from 255) = 16.24%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=51.57%
G=16.24%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815711300.690.380.29332.952.146.67
HexB53971045261D14d342f
Octal26571161010546355156457
Binary1011010111100111100010100010110011011101101001101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53971; }

 p { color: rgb(181,57,113); }

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

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

 a { background-color: rgb(181,57,113); }

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

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

 span { border-color: rgb(181,57,113); }

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