Html Css Color HEX #572450 Loulou

📋 copy color: '#572450'

red 87 ◦ green 36 ◦ blue 80

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

Shades of Loulou #572450

Tints of Loulou #572450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 42.86%
G = 17.73%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#572450 (or 0x572450) is known color: Loulou. HEX triplet: 57, 24 and 50. RGB value is (87,36,80). Sum of RGB (Red+Green+Blue) = 87+36+80=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #572450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572450 is #A8DBAF. Grayscale: #383838. Windows color (decimal): -11066288 or 5252183. OLE color: 5252183.

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

Color convert

RGB 87 36 80 -
CMYK 0 0.59 0.08 0.66
HSL 308.24º 0.41% 0.24% -
HSV(B) 308.24º 0.59% 0.34% -
XYZ 6.01 3.87 8.02 -
YUV 56.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 87 36 80 0 0.59 0.08 0.66 308.24 0.41 0.24
Hex 57 24 50 0 3B 8 42 134 29 18
Octal 127 44 120 0 73 10 102 464 51 30
Binary 1010111 100100 1010000 0 111011 1000 1000010 100110100 101001 11000

Color Harmonies of #572450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572450

Black with #572450

Text Example


Text Example

White with #572450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572450; }

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

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

background-color css

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

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

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

border-color css

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

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

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