#b53f4f

Color #B53F4F Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B53F4F

Tints of Hippie Pink #B53F4F

Color information

#B53F4F (or 0xB53F4F) is unknown color: approx Hippie Pink. HEX triplet: B5, 3F and 4F. RGB value is (181,63,79). Sum of RGB (Red+Green+Blue) = 181+63+79=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F4F is #4AC0B0. Grayscale: #646464. Windows color (decimal): -4898993 or 5193653. OLE color: 5193653.

HSL color Cylindrical-coordinate representation of color #B53F4F: hue angle of 351.86º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53F4F is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1816379-
CMYK00.650.560.29
HSL351.86º48.36%47.84%-
HSV(B)351.86º65.19%70.98%-
XYZ22.2413.948.92-
YUV100.11116.09185.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=56.04%
G=19.50%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181637900.650.560.29351.8648.3647.84
HexB53F4F041381D1603030
Octal26577117010170355406060
Binary1011010111111110011110100000111100011101101100000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53f4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53f4f; }

 p { color: rgb(181,63,79); }

 H1.HeaderClassName
 {
   color: #b53f4f;
 }
 .AnyTagClassName
 {
   color: #b53f4f;
 }
</style>
background-color css

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

 a { background-color: rgb(181,63,79); }

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

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

 span { border-color: rgb(181,63,79); }

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