Html Css Color HEX #571948 Loulou

📋 copy color: '#571948'

red 87 ◦ green 25 ◦ blue 72

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

Shades of Loulou #571948

Tints of Loulou #571948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 47.28%
G = 13.59%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#571948 (or 0x571948) is known color: Loulou. HEX triplet: 57, 19 and 48. RGB value is (87,25,72). Sum of RGB (Red+Green+Blue) = 87+25+72=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #571948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571948 is #A8E6B7. Grayscale: #303030. Windows color (decimal): -11069112 or 4725079. OLE color: 4725079.

HSL color Cylindrical-coordinate representation of color #571948: hue angle of 314.52º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571948 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 72 -
CMYK 0 0.71 0.17 0.66
HSL 314.52º 0.55% 0.22% -
HSV(B) 314.52º 0.71% 0.34% -
XYZ 5.45 3.19 6.46 -
YUV 48.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 87 25 72 0 0.71 0.17 0.66 314.52 0.55 0.22
Hex 57 19 48 0 47 11 42 13B 37 16
Octal 127 31 110 0 107 21 102 473 67 26
Binary 1010111 11001 1001000 0 1000111 10001 1000010 100111011 110111 10110

Color Harmonies of #571948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571948

Black with #571948

Text Example


Text Example

White with #571948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571948; }

 p { color: rgb(87,25,72); }

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

background-color css

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

 a { background-color: rgb(87,25,72); }

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

border-color css

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

 span { border-color: rgb(87,25,72); }

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