Html Css Color HEX #B42561 Rouge

📋 copy color: '#B42561'

red 180 ◦ green 37 ◦ blue 97

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

Shades of Rouge #B42561

Tints of Rouge #B42561

RGB

 RED value IS 180 (70.7% from 255) = 57.32%

 GREEN value IS 37 (14.84% from 255) = 11.78%

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

R = 57.32%
G = 11.78%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B42561 (or 0xB42561) is known color: Rouge. HEX triplet: B4, 25 and 61. RGB value is (180,37,97). Sum of RGB (Red+Green+Blue) = 180+37+97=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B42561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42561 is #4BDA9E. Grayscale: #565656. Windows color (decimal): -4971167 or 6366644. OLE color: 6366644.

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

Color convert

RGB 180 37 97 -
CMYK 0 0.79 0.46 0.29
HSL 334.83º 0.66% 0.43% -
HSV(B) 334.83º 0.79% 0.71% -
XYZ 21.64 11.89 12.46 -
YUV 86.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 180 37 97 0 0.79 0.46 0.29 334.83 0.66 0.43
Hex B4 25 61 0 4F 2E 1D 14F 42 2B
Octal 264 45 141 0 117 56 35 517 102 53
Binary 10110100 100101 1100001 0 1001111 101110 11101 101001111 1000010 101011

Color Harmonies of #B42561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42561

Black with #B42561

Text Example


Text Example

White with #B42561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42561; }

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

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

background-color css

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

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

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

border-color css

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

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

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