#B33C6F

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

Shades of Royal Heath #B33C6F

Tints of Royal Heath #B33C6F

Color information

#B33C6F (or 0xB33C6F) is unknown color: approx Royal Heath. HEX triplet: B3, 3C and 6F. RGB value is (179,60,111). Sum of RGB (Red+Green+Blue) = 179+60+111=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C6F is #4CC390. Grayscale: #656565. Windows color (decimal): -5030801 or 7290035. OLE color: 7290035.

HSL color Cylindrical-coordinate representation of color #B33C6F: hue angle of 334.29º degrees, saturation: 0.5, 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 #B33C6F is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17960111-
CMYK00.660.380.30
HSL334.29º49.79%46.86%-
HSV(B)334.29º66.48%70.2%-
XYZ23.0813.9616.52-
YUV101.4133.42183.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.14%
GREEN value IS 60 (23.83% from 255) = 17.14%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=51.14%
G=17.14%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796011100.660.380.30334.2949.7946.86
HexB33C6F042261E14e322f
Octal26374157010246365166257
Binary1011001111110011011110100001010011011110101001110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C6F; }

 p { color: rgb(179,60,111); }

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

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

 a { background-color: rgb(179,60,111); }

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

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

 span { border-color: rgb(179,60,111); }

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