Html Css Color HEX #572750 Loulou

📋 copy color: '#572750'

red 87 ◦ green 39 ◦ blue 80

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

Shades of Loulou #572750

Tints of Loulou #572750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 42.23%
G = 18.93%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#572750 (or 0x572750) is known color: Loulou. HEX triplet: 57, 27 and 50. RGB value is (87,39,80). Sum of RGB (Red+Green+Blue) = 87+39+80=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #572750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572750 is #A8D8AF. Grayscale: #393939. Windows color (decimal): -11065520 or 5252951. OLE color: 5252951.

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

Color convert

RGB 87 39 80 -
CMYK 0 0.55 0.08 0.66
HSL 308.75º 0.38% 0.25% -
HSV(B) 308.75º 0.55% 0.34% -
XYZ 6.1 4.06 8.05 -
YUV 58.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 87 39 80 0 0.55 0.08 0.66 308.75 0.38 0.25
Hex 57 27 50 0 37 8 42 135 26 19
Octal 127 47 120 0 67 10 102 465 46 31
Binary 1010111 100111 1010000 0 110111 1000 1000010 100110101 100110 11001

Color Harmonies of #572750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572750

Black with #572750

Text Example


Text Example

White with #572750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572750; }

 p { color: rgb(87,39,80); }

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

background-color css

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

 a { background-color: rgb(87,39,80); }

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

border-color css

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

 span { border-color: rgb(87,39,80); }

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