Html Css Color HEX #572E4F Loulou

📋 copy color: '#572E4F'

red 87 ◦ green 46 ◦ blue 79

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

Shades of Loulou #572E4F

Tints of Loulou #572E4F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.7%

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 41.04%
G = 21.7%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#572E4F (or 0x572E4F) is known color: Loulou. HEX triplet: 57, 2E and 4F. RGB value is (87,46,79). Sum of RGB (Red+Green+Blue) = 87+46+79=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #572E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E4F is #A8D1B0. Grayscale: #3D3D3D. Windows color (decimal): -11063729 or 5189207. OLE color: 5189207.

HSL color Cylindrical-coordinate representation of color #572E4F: hue angle of 311.71º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572E4F is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 46 79 -
CMYK 0 0.47 0.09 0.66
HSL 311.71º 0.31% 0.26% -
HSV(B) 311.71º 0.47% 0.34% -
XYZ 6.32 4.54 7.94 -
YUV 62.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 87 46 79 0 0.47 0.09 0.66 311.71 0.31 0.26
Hex 57 2E 4F 0 2F 9 42 138 1F 1A
Octal 127 56 117 0 57 11 102 470 37 32
Binary 1010111 101110 1001111 0 101111 1001 1000010 100111000 11111 11010

Color Harmonies of #572E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E4F

Black with #572E4F

Text Example


Text Example

White with #572E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572E4F; }

 p { color: rgb(87,46,79); }

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

background-color css

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

 a { background-color: rgb(87,46,79); }

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

border-color css

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

 span { border-color: rgb(87,46,79); }

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