#B53F6C

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

Shades of Royal Heath #B53F6C

Tints of Royal Heath #B53F6C

Color information

#B53F6C (or 0xB53F6C) is unknown color: approx Royal Heath. HEX triplet: B5, 3F and 6C. RGB value is (181,63,108). Sum of RGB (Red+Green+Blue) = 181+63+108=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F6C is #4AC093. Grayscale: #676767. Windows color (decimal): -4898964 or 7094197. OLE color: 7094197.

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

Color convert

RGB18163108-
CMYK00.650.400.29
HSL337.12º48.36%47.84%-
HSV(B)337.12º65.19%70.98%-
XYZ23.5414.4615.74-
YUV103.41130.59183.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.42%
GREEN value IS 63 (25% from 255) = 17.90%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=51.42%
G=17.90%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816310800.650.400.29337.1248.3647.84
HexB53F6C041281D1513030
Octal26577154010150355216060
Binary1011010111111111011000100000110100011101101010001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53F6C; }

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

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

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

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

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

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

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

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