Html Css Color HEX #571A4A Loulou

📋 copy color: '#571A4A'

red 87 ◦ green 26 ◦ blue 74

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

Shades of Loulou #571A4A

Tints of Loulou #571A4A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.9%

 BLUE value IS 74 (29.3% from 255) = 39.57%

R = 46.52%
G = 13.9%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#571A4A (or 0x571A4A) is known color: Loulou. HEX triplet: 57, 1A and 4A. RGB value is (87,26,74). Sum of RGB (Red+Green+Blue) = 87+26+74=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #571A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A4A is #A8E5B5. Grayscale: #313131. Windows color (decimal): -11068854 or 4856407. OLE color: 4856407.

HSL color Cylindrical-coordinate representation of color #571A4A: hue angle of 312.79º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A4A is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 74 -
CMYK 0 0.70 0.15 0.66
HSL 312.79º 0.54% 0.22% -
HSV(B) 312.79º 0.7% 0.34% -
XYZ 5.54 3.26 6.82 -
YUV 49.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 87 26 74 0 0.70 0.15 0.66 312.79 0.54 0.22
Hex 57 1A 4A 0 46 F 42 139 36 16
Octal 127 32 112 0 106 17 102 471 66 26
Binary 1010111 11010 1001010 0 1000110 1111 1000010 100111001 110110 10110

Color Harmonies of #571A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A4A

Black with #571A4A

Text Example


Text Example

White with #571A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,26,74); }

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

background-color css

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

 a { background-color: rgb(87,26,74); }

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

border-color css

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

 span { border-color: rgb(87,26,74); }

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