Html Css Color HEX #572852 Loulou

📋 copy color: '#572852'

red 87 ◦ green 40 ◦ blue 82

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

Shades of Loulou #572852

Tints of Loulou #572852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

 BLUE value IS 82 (32.42% from 255) = 39.23%

R = 41.63%
G = 19.14%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#572852 (or 0x572852) is known color: Loulou. HEX triplet: 57, 28 and 52. RGB value is (87,40,82). Sum of RGB (Red+Green+Blue) = 87+40+82=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #572852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572852 is #A8D7AD. Grayscale: #3A3A3A. Windows color (decimal): -11065262 or 5384279. OLE color: 5384279.

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

Color convert

RGB 87 40 82 -
CMYK 0 0.54 0.06 0.66
HSL 306.38º 0.37% 0.25% -
HSV(B) 306.38º 0.54% 0.34% -
XYZ 6.21 4.15 8.46 -
YUV 58.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 87 40 82 0 0.54 0.06 0.66 306.38 0.37 0.25
Hex 57 28 52 0 36 6 42 132 25 19
Octal 127 50 122 0 66 6 102 462 45 31
Binary 1010111 101000 1010010 0 110110 110 1000010 100110010 100101 11001

Color Harmonies of #572852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572852

Black with #572852

Text Example


Text Example

White with #572852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572852; }

 p { color: rgb(87,40,82); }

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

background-color css

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

 a { background-color: rgb(87,40,82); }

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

border-color css

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

 span { border-color: rgb(87,40,82); }

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