#B03D72

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

Shades of Royal Heath #B03D72

Tints of Royal Heath #B03D72

Color information

#B03D72 (or 0xB03D72) is unknown color: approx Royal Heath. HEX triplet: B0, 3D and 72. RGB value is (176,61,114). Sum of RGB (Red+Green+Blue) = 176+61+114=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D72 is #4FC28D. Grayscale: #656565. Windows color (decimal): -5227150 or 7486896. OLE color: 7486896.

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

Color convert

RGB17661114-
CMYK00.650.350.31
HSL332.35º48.52%46.47%-
HSV(B)332.35º65.34%69.02%-
XYZ22.6113.7817.39-
YUV101.43135.1181.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 61 (24.22% from 255) = 17.38%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=50.14%
G=17.38%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766111400.650.350.31332.3548.5246.47
HexB03D72041231F14c312e
Octal26075162010143375146156
Binary1011000011110111100100100000110001111111101001100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03D72; }

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

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

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

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

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

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

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

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