Html Css Color HEX #571D4D Loulou

📋 copy color: '#571D4D'

red 87 ◦ green 29 ◦ blue 77

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

Shades of Loulou #571D4D

Tints of Loulou #571D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.03%

 BLUE value IS 77 (30.47% from 255) = 39.9%

R = 45.08%
G = 15.03%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#571D4D (or 0x571D4D) is known color: Loulou. HEX triplet: 57, 1D and 4D. RGB value is (87,29,77). Sum of RGB (Red+Green+Blue) = 87+29+77=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #571D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571D4D is #A8E2B2. Grayscale: #333333. Windows color (decimal): -11068083 or 5053783. OLE color: 5053783.

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

Color convert

RGB 87 29 77 -
CMYK 0 0.67 0.11 0.66
HSL 310.34º 0.5% 0.23% -
HSV(B) 310.34º 0.67% 0.34% -
XYZ 5.71 3.44 7.38 -
YUV 51.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 87 29 77 0 0.67 0.11 0.66 310.34 0.5 0.23
Hex 57 1D 4D 0 43 B 42 136 32 17
Octal 127 35 115 0 103 13 102 466 62 27
Binary 1010111 11101 1001101 0 1000011 1011 1000010 100110110 110010 10111

Color Harmonies of #571D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D4D

Black with #571D4D

Text Example


Text Example

White with #571D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,29,77); }

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

background-color css

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

 a { background-color: rgb(87,29,77); }

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

border-color css

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

 span { border-color: rgb(87,29,77); }

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