#B03D71

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

Shades of Royal Heath #B03D71

Tints of Royal Heath #B03D71

Color information

#B03D71 (or 0xB03D71) is unknown color: approx Royal Heath. HEX triplet: B0, 3D and 71. RGB value is (176,61,113). Sum of RGB (Red+Green+Blue) = 176+61+113=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D71 is #4FC28E. Grayscale: #656565. Windows color (decimal): -5227151 or 7421360. OLE color: 7421360.

HSL color Cylindrical-coordinate representation of color #B03D71: hue angle of 332.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D71 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17661113-
CMYK00.650.360.31
HSL332.87º48.52%46.47%-
HSV(B)332.87º65.34%69.02%-
XYZ22.5513.7617.09-
YUV101.31134.6181.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=50.29%
G=17.43%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766111300.650.360.31332.8748.5246.47
HexB03D71041241F14d312e
Octal26075161010144375156156
Binary1011000011110111100010100000110010011111101001101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03D71; }

 p { color: rgb(176,61,113); }

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

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

 a { background-color: rgb(176,61,113); }

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

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

 span { border-color: rgb(176,61,113); }

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