Html Css Color HEX #572C4E Loulou

📋 copy color: '#572C4E'

red 87 ◦ green 44 ◦ blue 78

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

Shades of Loulou #572C4E

Tints of Loulou #572C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

 BLUE value IS 78 (30.86% from 255) = 37.32%

R = 41.63%
G = 21.05%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#572C4E (or 0x572C4E) is known color: Loulou. HEX triplet: 57, 2C and 4E. RGB value is (87,44,78). Sum of RGB (Red+Green+Blue) = 87+44+78=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #572C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C4E is #A8D3B1. Grayscale: #3C3C3C. Windows color (decimal): -11064242 or 5123159. OLE color: 5123159.

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

Color convert

RGB 87 44 78 -
CMYK 0 0.49 0.10 0.66
HSL 312.56º 0.33% 0.26% -
HSV(B) 312.56º 0.49% 0.34% -
XYZ 6.21 4.38 7.73 -
YUV 60.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 87 44 78 0 0.49 0.10 0.66 312.56 0.33 0.26
Hex 57 2C 4E 0 31 A 42 139 21 1A
Octal 127 54 116 0 61 12 102 471 41 32
Binary 1010111 101100 1001110 0 110001 1010 1000010 100111001 100001 11010

Color Harmonies of #572C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572C4E

Black with #572C4E

Text Example


Text Example

White with #572C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,44,78); }

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

background-color css

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

 a { background-color: rgb(87,44,78); }

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

border-color css

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

 span { border-color: rgb(87,44,78); }

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