#B33D65

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

Shades of Rouge #B33D65

Tints of Rouge #B33D65

Color information

#B33D65 (or 0xB33D65) is unknown color: approx Rouge. HEX triplet: B3, 3D and 65. RGB value is (179,61,101). Sum of RGB (Red+Green+Blue) = 179+61+101=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D65 is #4CC29A. Grayscale: #646464. Windows color (decimal): -5030555 or 6634931. OLE color: 6634931.

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

Color convert

RGB17961101-
CMYK00.660.440.30
HSL339.66º49.17%47.06%-
HSV(B)339.66º65.92%70.2%-
XYZ22.6113.8613.8-
YUV100.84128.09183.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=52.49%
G=17.89%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796110100.660.440.30339.6649.1747.06
HexB33D650422C1E154312f
Octal26375145010254365246157
Binary1011001111110111001010100001010110011110101010100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D65; }

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

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

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

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

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

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

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

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