#B53C74

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

Shades of Royal Heath #B53C74

Tints of Royal Heath #B53C74

Color information

#B53C74 (or 0xB53C74) is unknown color: approx Royal Heath. HEX triplet: B5, 3C and 74. RGB value is (181,60,116). Sum of RGB (Red+Green+Blue) = 181+60+116=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C74 is #4AC38B. Grayscale: #666666. Windows color (decimal): -4899724 or 7617717. OLE color: 7617717.

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

Color convert

RGB18160116-
CMYK00.670.360.29
HSL332.23º50.21%47.25%-
HSV(B)332.23º66.85%70.98%-
XYZ23.8214.3218.03-
YUV102.56135.59183.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 60 (23.83% from 255) = 16.81%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=50.70%
G=16.81%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816011600.670.360.29332.2350.2147.25
HexB53C74043241D14c322f
Octal26574164010344355146257
Binary1011010111110011101000100001110010011101101001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C74; }

 p { color: rgb(181,60,116); }

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

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

 a { background-color: rgb(181,60,116); }

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

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

 span { border-color: rgb(181,60,116); }

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