Html Css Color HEX #B52761 Rouge

📋 copy color: '#B52761'

red 181 ◦ green 39 ◦ blue 97

#B52761
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B52761

Tints of Rouge #B52761

RGB

 RED value IS 181 (71.09% from 255) = 57.1%

 GREEN value IS 39 (15.63% from 255) = 12.3%

 BLUE value IS 97 (38.28% from 255) = 30.6%

R = 57.1%
G = 12.3%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B52761 (or 0xB52761) is known color: Rouge. HEX triplet: B5, 27 and 61. RGB value is (181,39,97). Sum of RGB (Red+Green+Blue) = 181+39+97=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B52761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52761 is #4AD89E. Grayscale: #575757. Windows color (decimal): -4905119 or 6367157. OLE color: 6367157.

HSL color Cylindrical-coordinate representation of color #B52761: hue angle of 335.49º degrees, saturation: 0.65, 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 #B52761 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 39 97 -
CMYK 0 0.78 0.46 0.29
HSL 335.49º 0.65% 0.43% -
HSV(B) 335.49º 0.78% 0.71% -
XYZ 21.94 12.14 12.5 -
YUV 88.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 181 39 97 0 0.78 0.46 0.29 335.49 0.65 0.43
Hex B5 27 61 0 4E 2E 1D 14F 41 2B
Octal 265 47 141 0 116 56 35 517 101 53
Binary 10110101 100111 1100001 0 1001110 101110 11101 101001111 1000001 101011

Color Harmonies of #B52761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52761

Black with #B52761

Text Example


Text Example

White with #B52761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52761; }

 p { color: rgb(181,39,97); }

 H1.HeaderClassName
 {
   color: #B52761;
 }
 .AnyTagClassName
 {
   color: #B52761;
 }
</style>

background-color css

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

 a { background-color: rgb(181,39,97); }

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

border-color css

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

 span { border-color: rgb(181,39,97); }

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