Html Css Color HEX #571F4F Loulou

📋 copy color: '#571F4F'

red 87 ◦ green 31 ◦ blue 79

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

Shades of Loulou #571F4F

Tints of Loulou #571F4F

RGB

 RED value IS 87 (34.38% from 255) = 44.16%

 GREEN value IS 31 (12.5% from 255) = 15.74%

 BLUE value IS 79 (31.25% from 255) = 40.1%

R = 44.16%
G = 15.74%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#571F4F (or 0x571F4F) is known color: Loulou. HEX triplet: 57, 1F and 4F. RGB value is (87,31,79). Sum of RGB (Red+Green+Blue) = 87+31+79=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #571F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571F4F is #A8E0B0. Grayscale: #353535. Windows color (decimal): -11067569 or 5185367. OLE color: 5185367.

HSL color Cylindrical-coordinate representation of color #571F4F: hue angle of 308.57º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #571F4F is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 31 79 -
CMYK 0 0.64 0.09 0.66
HSL 308.57º 0.47% 0.23% -
HSV(B) 308.57º 0.64% 0.34% -
XYZ 5.83 3.57 7.78 -
YUV 53.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 87 31 79 0 0.64 0.09 0.66 308.57 0.47 0.23
Hex 57 1F 4F 0 40 9 42 135 2F 17
Octal 127 37 117 0 100 11 102 465 57 27
Binary 1010111 11111 1001111 0 1000000 1001 1000010 100110101 101111 10111

Color Harmonies of #571F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F4F

Black with #571F4F

Text Example


Text Example

White with #571F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571F4F; }

 p { color: rgb(87,31,79); }

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

background-color css

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

 a { background-color: rgb(87,31,79); }

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

border-color css

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

 span { border-color: rgb(87,31,79); }

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