#B73971

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

Shades of Royal Heath #B73971

Tints of Royal Heath #B73971

Color information

#B73971 (or 0xB73971) is unknown color: approx Royal Heath. HEX triplet: B7, 39 and 71. RGB value is (183,57,113). Sum of RGB (Red+Green+Blue) = 183+57+113=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B73971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73971 is #48C68E. Grayscale: #646464. Windows color (decimal): -4769423 or 7420343. OLE color: 7420343.

HSL color Cylindrical-coordinate representation of color #B73971: hue angle of 333.33º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73971 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18357113-
CMYK00.690.380.28
HSL333.33º52.5%47.06%-
HSV(B)333.33º68.85%71.76%-
XYZ23.9714.1917.1-
YUV101.06134.74186.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=51.84%
G=16.15%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835711300.690.380.28333.3352.547.06
HexB73971045261C14d342f
Octal26771161010546345156457
Binary1011011111100111100010100010110011011100101001101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73971; }

 p { color: rgb(183,57,113); }

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

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

 a { background-color: rgb(183,57,113); }

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

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

 span { border-color: rgb(183,57,113); }

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