#B73D72

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

Shades of Royal Heath #B73D72

Tints of Royal Heath #B73D72

Color information

#B73D72 (or 0xB73D72) is unknown color: approx Royal Heath. HEX triplet: B7, 3D and 72. RGB value is (183,61,114). Sum of RGB (Red+Green+Blue) = 183+61+114=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73D72 is #48C28D. Grayscale: #676767. Windows color (decimal): -4768398 or 7486903. OLE color: 7486903.

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

Color convert

RGB18361114-
CMYK00.670.380.28
HSL333.93º50%47.84%-
HSV(B)333.93º66.67%71.76%-
XYZ24.2314.6217.46-
YUV103.52133.92184.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 61 (24.22% from 255) = 17.04%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=51.12%
G=17.04%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836111400.670.380.28333.935047.84
HexB73D72043261C14e3230
Octal26775162010346345166260
Binary1011011111110111100100100001110011011100101001110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73D72; }

 p { color: rgb(183,61,114); }

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

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

 a { background-color: rgb(183,61,114); }

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

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

 span { border-color: rgb(183,61,114); }

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