#B53E7A

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

Shades of Royal Heath #B53E7A

Tints of Royal Heath #B53E7A

Color information

#B53E7A (or 0xB53E7A) is unknown color: approx Royal Heath. HEX triplet: B5, 3E and 7A. RGB value is (181,62,122). Sum of RGB (Red+Green+Blue) = 181+62+122=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53E7A is #4AC185. Grayscale: #686868. Windows color (decimal): -4899206 or 8011445. OLE color: 8011445.

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

Color convert

RGB18162122-
CMYK00.660.330.29
HSL329.75º48.97%47.65%-
HSV(B)329.75º65.75%70.98%-
XYZ24.2914.6719.96-
YUV104.42137.92182.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 62 (24.61% from 255) = 16.99%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=49.59%
G=16.99%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816212200.660.330.29329.7548.9747.65
HexB53E7A042211D14a3130
Octal26576172010241355126160
Binary1011010111111011110100100001010000111101101001010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E7A; }

 p { color: rgb(181,62,122); }

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

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

 a { background-color: rgb(181,62,122); }

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

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

 span { border-color: rgb(181,62,122); }

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