#B53466

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

Shades of Rouge #B53466

Tints of Rouge #B53466

Color information

#B53466 (or 0xB53466) is unknown color: approx Rouge. HEX triplet: B5, 34 and 66. RGB value is (181,52,102). Sum of RGB (Red+Green+Blue) = 181+52+102=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B53466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53466 is #4ACB99. Grayscale: #606060. Windows color (decimal): -4901786 or 6698165. OLE color: 6698165.

HSL color Cylindrical-coordinate representation of color #B53466: hue angle of 336.74º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53466 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18152102-
CMYK00.710.440.29
HSL336.74º55.36%45.69%-
HSV(B)336.74º71.27%70.98%-
XYZ22.6813.2413.93-
YUV96.27131.24188.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=54.03%
G=15.52%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815210200.710.440.29336.7455.3645.69
HexB534660472C1D151372e
Octal26564146010754355216756
Binary1011010111010011001100100011110110011101101010001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53466; }

 p { color: rgb(181,52,102); }

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

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

 a { background-color: rgb(181,52,102); }

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

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

 span { border-color: rgb(181,52,102); }

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