Html Css Color HEX #571C4D Loulou

📋 copy color: '#571C4D'

red 87 ◦ green 28 ◦ blue 77

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

Shades of Loulou #571C4D

Tints of Loulou #571C4D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.58%

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

R = 45.31%
G = 14.58%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#571C4D (or 0x571C4D) is known color: Loulou. HEX triplet: 57, 1C and 4D. RGB value is (87,28,77). Sum of RGB (Red+Green+Blue) = 87+28+77=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #571C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C4D is #A8E3B2. Grayscale: #333333. Windows color (decimal): -11068339 or 5053527. OLE color: 5053527.

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

Color convert

RGB 87 28 77 -
CMYK 0 0.68 0.11 0.66
HSL 310.17º 0.51% 0.23% -
HSV(B) 310.17º 0.68% 0.34% -
XYZ 5.69 3.39 7.38 -
YUV 51.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 87 28 77 0 0.68 0.11 0.66 310.17 0.51 0.23
Hex 57 1C 4D 0 44 B 42 136 33 17
Octal 127 34 115 0 104 13 102 466 63 27
Binary 1010111 11100 1001101 0 1000100 1011 1000010 100110110 110011 10111

Color Harmonies of #571C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C4D

Black with #571C4D

Text Example


Text Example

White with #571C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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