#B42569

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

Shades of Rouge #B42569

Tints of Rouge #B42569

Color information

#B42569 (or 0xB42569) is unknown color: approx Rouge. HEX triplet: B4, 25 and 69. RGB value is (180,37,105). Sum of RGB (Red+Green+Blue) = 180+37+105=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B42569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42569 is #4BDA96. Grayscale: #575757. Windows color (decimal): -4971159 or 6890932. OLE color: 6890932.

HSL color Cylindrical-coordinate representation of color #B42569: hue angle of 331.47º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42569 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18037105-
CMYK00.790.420.29
HSL331.47º65.9%42.55%-
HSV(B)331.47º79.44%70.59%-
XYZ22.0312.0514.53-
YUV87.51137.88193.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 37 (14.84% from 255) = 11.49%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=55.90%
G=11.49%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803710500.790.420.29331.4765.942.55
HexB4256904F2A1D14b422b
Octal264451510117523551310253
Binary10110100100101110100101001111101010111011010010111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42569; }

 p { color: rgb(180,37,105); }

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

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

 a { background-color: rgb(180,37,105); }

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

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

 span { border-color: rgb(180,37,105); }

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