#B33972

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

Shades of Royal Heath #B33972

Tints of Royal Heath #B33972

Color information

#B33972 (or 0xB33972) is unknown color: approx Royal Heath. HEX triplet: B3, 39 and 72. RGB value is (179,57,114). Sum of RGB (Red+Green+Blue) = 179+57+114=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B33972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33972 is #4CC68D. Grayscale: #636363. Windows color (decimal): -5031566 or 7485875. OLE color: 7485875.

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

Color convert

RGB17957114-
CMYK00.680.360.30
HSL331.97º51.69%46.27%-
HSV(B)331.97º68.16%70.2%-
XYZ23.0913.7217.35-
YUV99.98135.92184.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.14%
GREEN value IS 57 (22.66% from 255) = 16.29%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=51.14%
G=16.29%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795711400.680.360.30331.9751.6946.27
HexB33972044241E14c342e
Octal26371162010444365146456
Binary1011001111100111100100100010010010011110101001100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33972; }

 p { color: rgb(179,57,114); }

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

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

 a { background-color: rgb(179,57,114); }

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

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

 span { border-color: rgb(179,57,114); }

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