#B33871

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

Shades of Royal Heath #B33871

Tints of Royal Heath #B33871

Color information

#B33871 (or 0xB33871) is unknown color: approx Royal Heath. HEX triplet: B3, 38 and 71. RGB value is (179,56,113). Sum of RGB (Red+Green+Blue) = 179+56+113=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B33871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33871 is #4CC78E. Grayscale: #636363. Windows color (decimal): -5031823 or 7420083. OLE color: 7420083.

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

Color convert

RGB17956113-
CMYK00.690.370.30
HSL332.2º52.34%46.08%-
HSV(B)332.2º68.72%70.2%-
XYZ22.9913.617.04-
YUV99.28135.75184.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=51.44%
G=16.09%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795611300.690.370.30332.252.3446.08
HexB33871045251E14c342e
Octal26370161010545365146456
Binary1011001111100011100010100010110010111110101001100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33871; }

 p { color: rgb(179,56,113); }

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

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

 a { background-color: rgb(179,56,113); }

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

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

 span { border-color: rgb(179,56,113); }

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