#B33F65

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

Shades of Rouge #B33F65

Tints of Rouge #B33F65

Color information

#B33F65 (or 0xB33F65) is unknown color: approx Rouge. HEX triplet: B3, 3F and 65. RGB value is (179,63,101). Sum of RGB (Red+Green+Blue) = 179+63+101=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F65 is #4CC09A. Grayscale: #656565. Windows color (decimal): -5030043 or 6635443. OLE color: 6635443.

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

Color convert

RGB17963101-
CMYK00.650.440.30
HSL340.34º47.93%47.45%-
HSV(B)340.34º64.8%70.2%-
XYZ22.7214.0813.83-
YUV102.02127.43182.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=52.19%
G=18.37%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796310100.650.440.30340.3447.9347.45
HexB33F650412C1E154302f
Octal26377145010154365246057
Binary1011001111111111001010100000110110011110101010100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33F65; }

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

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

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

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

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

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

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

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