Html Css Color HEX #B53D53 Hippie Pink

📋 copy color: '#B53D53'

red 181 ◦ green 61 ◦ blue 83

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

Shades of Hippie Pink #B53D53

Tints of Hippie Pink #B53D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 55.69%
G = 18.77%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B53D53 (or 0xB53D53) is known color: Hippie Pink. HEX triplet: B5, 3D and 53. RGB value is (181,61,83). Sum of RGB (Red+Green+Blue) = 181+61+83=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D53 is #4AC2AC. Grayscale: #636363. Windows color (decimal): -4899501 or 5455285. OLE color: 5455285.

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

Color convert

RGB 181 61 83 -
CMYK 0 0.66 0.54 0.29
HSL 349º 0.5% 0.47% -
HSV(B) 349º 0.66% 0.71% -
XYZ 22.29 13.79 9.67 -
YUV 99.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 181 61 83 0 0.66 0.54 0.29 349 0.5 0.47
Hex B5 3D 53 0 42 36 1D 15D 32 2F
Octal 265 75 123 0 102 66 35 535 62 57
Binary 10110101 111101 1010011 0 1000010 110110 11101 101011101 110010 101111

Color Harmonies of #B53D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D53

Black with #B53D53

Text Example


Text Example

White with #B53D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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