#B33975

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

Shades of Royal Heath #B33975

Tints of Royal Heath #B33975

Color information

#B33975 (or 0xB33975) is unknown color: approx Royal Heath. HEX triplet: B3, 39 and 75. RGB value is (179,57,117). Sum of RGB (Red+Green+Blue) = 179+57+117=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B33975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33975 is #4CC68A. Grayscale: #646464. Windows color (decimal): -5031563 or 7682483. OLE color: 7682483.

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

Color convert

RGB17957117-
CMYK00.680.350.30
HSL330.49º51.69%46.27%-
HSV(B)330.49º68.16%70.2%-
XYZ23.2613.7918.27-
YUV100.32137.42184.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=50.71%
G=16.15%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795711700.680.350.30330.4951.6946.27
HexB33975044231E14a342e
Octal26371165010443365126456
Binary1011001111100111101010100010010001111110101001010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33975; }

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

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

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

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

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

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

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

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