#B33F6D

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

Shades of Royal Heath #B33F6D

Tints of Royal Heath #B33F6D

Color information

#B33F6D (or 0xB33F6D) is unknown color: approx Royal Heath. HEX triplet: B3, 3F and 6D. RGB value is (179,63,109). Sum of RGB (Red+Green+Blue) = 179+63+109=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F6D is #4CC092. Grayscale: #666666. Windows color (decimal): -5030035 or 7159731. OLE color: 7159731.

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

Color convert

RGB17963109-
CMYK00.650.390.30
HSL336.21º47.93%47.45%-
HSV(B)336.21º64.8%70.2%-
XYZ23.1314.2416-
YUV102.93131.43182.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 63 (25% from 255) = 17.95%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=51.00%
G=17.95%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796310900.650.390.30336.2147.9347.45
HexB33F6D041271E150302f
Octal26377155010147365206057
Binary1011001111111111011010100000110011111110101010000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33F6D; }

 p { color: rgb(179,63,109); }

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

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

 a { background-color: rgb(179,63,109); }

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

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

 span { border-color: rgb(179,63,109); }

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