Html Css Color HEX #571B4C Loulou

📋 copy color: '#571B4C'

red 87 ◦ green 27 ◦ blue 76

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

Shades of Loulou #571B4C

Tints of Loulou #571B4C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.21%

 BLUE value IS 76 (30.08% from 255) = 40%

R = 45.79%
G = 14.21%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#571B4C (or 0x571B4C) is known color: Loulou. HEX triplet: 57, 1B and 4C. RGB value is (87,27,76). Sum of RGB (Red+Green+Blue) = 87+27+76=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #571B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B4C is #A8E4B3. Grayscale: #323232. Windows color (decimal): -11068596 or 4987735. OLE color: 4987735.

HSL color Cylindrical-coordinate representation of color #571B4C: hue angle of 311º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #571B4C is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 27 76 -
CMYK 0 0.69 0.13 0.66
HSL 311º 0.53% 0.22% -
HSV(B) 311º 0.69% 0.34% -
XYZ 5.63 3.33 7.18 -
YUV 50.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 87 27 76 0 0.69 0.13 0.66 311 0.53 0.22
Hex 57 1B 4C 0 45 D 42 137 35 16
Octal 127 33 114 0 105 15 102 467 65 26
Binary 1010111 11011 1001100 0 1000101 1101 1000010 100110111 110101 10110

Color Harmonies of #571B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B4C

Black with #571B4C

Text Example


Text Example

White with #571B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,27,76); }

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

background-color css

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

 a { background-color: rgb(87,27,76); }

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

border-color css

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

 span { border-color: rgb(87,27,76); }

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