Html Css Color HEX #572953 Loulou

📋 copy color: '#572953'

red 87 ◦ green 41 ◦ blue 83

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

Shades of Loulou #572953

Tints of Loulou #572953

RGB

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

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

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

R = 41.23%
G = 19.43%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#572953 (or 0x572953) is known color: Loulou. HEX triplet: 57, 29 and 53. RGB value is (87,41,83). Sum of RGB (Red+Green+Blue) = 87+41+83=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #572953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572953 is #A8D6AC. Grayscale: #3B3B3B. Windows color (decimal): -11065005 or 5450071. OLE color: 5450071.

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

Color convert

RGB 87 41 83 -
CMYK 0 0.53 0.05 0.66
HSL 305.22º 0.36% 0.25% -
HSV(B) 305.22º 0.53% 0.34% -
XYZ 6.28 4.24 8.67 -
YUV 59.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 87 41 83 0 0.53 0.05 0.66 305.22 0.36 0.25
Hex 57 29 53 0 35 5 42 131 24 19
Octal 127 51 123 0 65 5 102 461 44 31
Binary 1010111 101001 1010011 0 110101 101 1000010 100110001 100100 11001

Color Harmonies of #572953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572953

Black with #572953

Text Example


Text Example

White with #572953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572953; }

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

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

background-color css

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

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

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

border-color css

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

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

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