#B53970

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

Shades of Royal Heath #B53970

Tints of Royal Heath #B53970

Color information

#B53970 (or 0xB53970) is unknown color: approx Royal Heath. HEX triplet: B5, 39 and 70. RGB value is (181,57,112). Sum of RGB (Red+Green+Blue) = 181+57+112=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B53970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53970 is #4AC68F. Grayscale: #646464. Windows color (decimal): -4900496 or 7354805. OLE color: 7354805.

HSL color Cylindrical-coordinate representation of color #B53970: hue angle of 333.39º 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 #B53970 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18157112-
CMYK00.690.380.29
HSL333.39º52.1%46.67%-
HSV(B)333.39º68.51%70.98%-
XYZ23.4413.9216.78-
YUV100.35134.58185.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 57 (22.66% from 255) = 16.29%
BLUE value IS 112 (44.14% from 255) = 32%
R=51.71%
G=16.29%
B=32%

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
Decimal1815711200.690.380.29333.3952.146.67
HexB53970045261D14d342f
Octal26571160010546355156457
Binary1011010111100111100000100010110011011101101001101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53970; }

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

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

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

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

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

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

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

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