Html Css Color HEX #B53464 Rouge

📋 copy color: '#B53464'

red 181 ◦ green 52 ◦ blue 100

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

Shades of Rouge #B53464

Tints of Rouge #B53464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 54.35%
G = 15.62%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B53464 (or 0xB53464) is known color: Rouge. HEX triplet: B5, 34 and 64. RGB value is (181,52,100). Sum of RGB (Red+Green+Blue) = 181+52+100=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B53464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53464 is #4ACB9B. Grayscale: #5F5F5F. Windows color (decimal): -4901788 or 6567093. OLE color: 6567093.

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

Color convert

RGB 181 52 100 -
CMYK 0 0.71 0.45 0.29
HSL 337.67º 0.55% 0.46% -
HSV(B) 337.67º 0.71% 0.71% -
XYZ 22.58 13.2 13.41 -
YUV 96.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 181 52 100 0 0.71 0.45 0.29 337.67 0.55 0.46
Hex B5 34 64 0 47 2D 1D 152 37 2E
Octal 265 64 144 0 107 55 35 522 67 56
Binary 10110101 110100 1100100 0 1000111 101101 11101 101010010 110111 101110

Color Harmonies of #B53464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53464

Black with #B53464

Text Example


Text Example

White with #B53464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53464; }

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

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

background-color css

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

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

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

border-color css

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

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

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