#B5335F

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

Shades of Rouge #B5335F

Tints of Rouge #B5335F

Color information

#B5335F (or 0xB5335F) is unknown color: approx Rouge. HEX triplet: B5, 33 and 5F. RGB value is (181,51,95). Sum of RGB (Red+Green+Blue) = 181+51+95=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5335F is #4ACCA0. Grayscale: #5E5E5E. Windows color (decimal): -4902049 or 6239157. OLE color: 6239157.

HSL color Cylindrical-coordinate representation of color #B5335F: hue angle of 339.69º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5335F is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1815195-
CMYK00.720.480.29
HSL339.69º56.03%45.49%-
HSV(B)339.69º71.82%70.98%-
XYZ22.3113.0212.16-
YUV94.89128.07189.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=55.35%
G=15.60%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181519500.720.480.29339.6956.0345.49
HexB5335F048301D154382d
Octal26563137011060355247055
Binary1011010111001110111110100100011000011101101010100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5335F; }

 p { color: rgb(181,51,95); }

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

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

 a { background-color: rgb(181,51,95); }

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

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

 span { border-color: rgb(181,51,95); }

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