#B53F76

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

Shades of Royal Heath #B53F76

Tints of Royal Heath #B53F76

Color information

#B53F76 (or 0xB53F76) is unknown color: approx Royal Heath. HEX triplet: B5, 3F and 76. RGB value is (181,63,118). Sum of RGB (Red+Green+Blue) = 181+63+118=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F76 is #4AC089. Grayscale: #686868. Windows color (decimal): -4898954 or 7749557. OLE color: 7749557.

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

Color convert

RGB18163118-
CMYK00.650.350.29
HSL332.03º48.36%47.84%-
HSV(B)332.03º65.19%70.98%-
XYZ24.114.6918.7-
YUV104.55135.59182.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=50%
G=17.40%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816311800.650.350.29332.0348.3647.84
HexB53F76041231D14c3030
Octal26577166010143355146060
Binary1011010111111111101100100000110001111101101001100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53F76; }

 p { color: rgb(181,63,118); }

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

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

 a { background-color: rgb(181,63,118); }

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

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

 span { border-color: rgb(181,63,118); }

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