#b52867

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

Shades of Rouge #B52867

Tints of Rouge #B52867

Color information

#B52867 (or 0xB52867) is unknown color: approx Rouge. HEX triplet: B5, 28 and 67. RGB value is (181,40,103). Sum of RGB (Red+Green+Blue) = 181+40+103=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B52867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52867 is #4AD798. Grayscale: #595959. Windows color (decimal): -4904857 or 6760629. OLE color: 6760629.

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

Color convert

RGB18140103-
CMYK00.780.430.29
HSL333.19º63.8%43.33%-
HSV(B)333.19º77.9%70.98%-
XYZ22.2612.3214.04-
YUV89.34135.71193.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.86%
GREEN value IS 40 (16.02% from 255) = 12.35%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=55.86%
G=12.35%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814010300.780.430.29333.1963.843.33
HexB5286704E2B1D14d402b
Octal265501470116533551510053
Binary10110101101000110011101001110101011111011010011011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52867; }

 p { color: rgb(181,40,103); }

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

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

 a { background-color: rgb(181,40,103); }

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

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

 span { border-color: rgb(181,40,103); }

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