#B53D72

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

Shades of Royal Heath #B53D72

Tints of Royal Heath #B53D72

Color information

#B53D72 (or 0xB53D72) is unknown color: approx Royal Heath. HEX triplet: B5, 3D and 72. RGB value is (181,61,114). Sum of RGB (Red+Green+Blue) = 181+61+114=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D72 is #4AC28D. Grayscale: #666666. Windows color (decimal): -4899470 or 7486901. OLE color: 7486901.

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

Color convert

RGB18161114-
CMYK00.660.370.29
HSL333.5º49.59%47.45%-
HSV(B)333.5º66.3%70.98%-
XYZ23.7614.3817.44-
YUV102.92134.26183.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=50.84%
G=17.13%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816111400.660.370.29333.549.5947.45
HexB53D72042251D14e322f
Octal26575162010245355166257
Binary1011010111110111100100100001010010111101101001110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53D72; }

 p { color: rgb(181,61,114); }

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

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

 a { background-color: rgb(181,61,114); }

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

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

 span { border-color: rgb(181,61,114); }

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