#B33D73

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

Shades of Royal Heath #B33D73

Tints of Royal Heath #B33D73

Color information

#B33D73 (or 0xB33D73) is unknown color: approx Royal Heath. HEX triplet: B3, 3D and 73. RGB value is (179,61,115). Sum of RGB (Red+Green+Blue) = 179+61+115=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D73 is #4CC28C. Grayscale: #666666. Windows color (decimal): -5030541 or 7552435. OLE color: 7552435.

HSL color Cylindrical-coordinate representation of color #B33D73: hue angle of 332.54º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33D73 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17961115-
CMYK00.660.360.30
HSL332.54º49.17%47.06%-
HSV(B)332.54º65.92%70.2%-
XYZ23.3514.1617.72-
YUV102.44135.09182.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=50.42%
G=17.18%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796111500.660.360.30332.5449.1747.06
HexB33D73042241E14d312f
Octal26375163010244365156157
Binary1011001111110111100110100001010010011110101001101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D73; }

 p { color: rgb(179,61,115); }

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

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

 a { background-color: rgb(179,61,115); }

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

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

 span { border-color: rgb(179,61,115); }

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