Html Css Color HEX #572946 Loulou

📋 copy color: '#572946'

red 87 ◦ green 41 ◦ blue 70

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

Shades of Loulou #572946

Tints of Loulou #572946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.71%

 BLUE value IS 70 (27.73% from 255) = 35.35%

R = 43.94%
G = 20.71%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#572946 (or 0x572946) is known color: Loulou. HEX triplet: 57, 29 and 46. RGB value is (87,41,70). Sum of RGB (Red+Green+Blue) = 87+41+70=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #572946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572946 is #A8D6B9. Grayscale: #393939. Windows color (decimal): -11065018 or 4598103. OLE color: 4598103.

HSL color Cylindrical-coordinate representation of color #572946: hue angle of 322.17º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #572946 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 41 70 -
CMYK 0 0.53 0.20 0.66
HSL 322.17º 0.36% 0.25% -
HSV(B) 322.17º 0.53% 0.34% -
XYZ 5.83 4.05 6.27 -
YUV 58.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 87 41 70 0 0.53 0.20 0.66 322.17 0.36 0.25
Hex 57 29 46 0 35 14 42 142 24 19
Octal 127 51 106 0 65 24 102 502 44 31
Binary 1010111 101001 1000110 0 110101 10100 1000010 101000010 100100 11001

Color Harmonies of #572946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572946

Black with #572946

Text Example


Text Example

White with #572946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572946; }

 p { color: rgb(87,41,70); }

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

background-color css

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

 a { background-color: rgb(87,41,70); }

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

border-color css

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

 span { border-color: rgb(87,41,70); }

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