Html Css Color HEX #B53D51 Hippie Pink

📋 copy color: '#B53D51'

red 181 ◦ green 61 ◦ blue 81

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

Shades of Hippie Pink #B53D51

Tints of Hippie Pink #B53D51

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

 BLUE value IS 81 (32.03% from 255) = 25.08%

R = 56.04%
G = 18.89%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B53D51 (or 0xB53D51) is known color: Hippie Pink. HEX triplet: B5, 3D and 51. RGB value is (181,61,81). Sum of RGB (Red+Green+Blue) = 181+61+81=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D51 is #4AC2AE. Grayscale: #636363. Windows color (decimal): -4899503 or 5324213. OLE color: 5324213.

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

Color convert

RGB 181 61 81 -
CMYK 0 0.66 0.55 0.29
HSL 350º 0.5% 0.47% -
HSV(B) 350º 0.66% 0.71% -
XYZ 22.21 13.76 9.27 -
YUV 99.16 117.76 186.37 -
System Red Green Blue C M Y K H S L
Decimal 181 61 81 0 0.66 0.55 0.29 350 0.5 0.47
Hex B5 3D 51 0 42 37 1D 15E 32 2F
Octal 265 75 121 0 102 67 35 536 62 57
Binary 10110101 111101 1010001 0 1000010 110111 11101 101011110 110010 101111

Color Harmonies of #B53D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D51

Black with #B53D51

Text Example


Text Example

White with #B53D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D51; }

 p { color: rgb(181,61,81); }

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

background-color css

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

 a { background-color: rgb(181,61,81); }

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

border-color css

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

 span { border-color: rgb(181,61,81); }

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