Html Css Color HEX #572C53 Loulou

📋 copy color: '#572C53'

red 87 ◦ green 44 ◦ blue 83

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

Shades of Loulou #572C53

Tints of Loulou #572C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.79%

R = 40.65%
G = 20.56%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#572C53 (or 0x572C53) is known color: Loulou. HEX triplet: 57, 2C and 53. RGB value is (87,44,83). Sum of RGB (Red+Green+Blue) = 87+44+83=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #572C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C53 is #A8D3AC. Grayscale: #3D3D3D. Windows color (decimal): -11064237 or 5450839. OLE color: 5450839.

HSL color Cylindrical-coordinate representation of color #572C53: hue angle of 305.58º 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 #572C53 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 44 83 -
CMYK 0 0.49 0.05 0.66
HSL 305.58º 0.33% 0.26% -
HSV(B) 305.58º 0.49% 0.34% -
XYZ 6.39 4.45 8.71 -
YUV 61.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 87 44 83 0 0.49 0.05 0.66 305.58 0.33 0.26
Hex 57 2C 53 0 31 5 42 132 21 1A
Octal 127 54 123 0 61 5 102 462 41 32
Binary 1010111 101100 1010011 0 110001 101 1000010 100110010 100001 11010

Color Harmonies of #572C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572C53

Black with #572C53

Text Example


Text Example

White with #572C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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