Html Css Color HEX #57204B Loulou

📋 copy color: '#57204B'

red 87 ◦ green 32 ◦ blue 75

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

Shades of Loulou #57204B

Tints of Loulou #57204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 44.85%
G = 16.49%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57204B (or 0x57204B) is known color: Loulou. HEX triplet: 57, 20 and 4B. RGB value is (87,32,75). Sum of RGB (Red+Green+Blue) = 87+32+75=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #57204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57204B is #A8DFB4. Grayscale: #353535. Windows color (decimal): -11067317 or 4923479. OLE color: 4923479.

HSL color Cylindrical-coordinate representation of color #57204B: hue angle of 313.09º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57204B is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 75 -
CMYK 0 0.63 0.14 0.66
HSL 313.09º 0.46% 0.23% -
HSV(B) 313.09º 0.63% 0.34% -
XYZ 5.72 3.57 7.04 -
YUV 53.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 87 32 75 0 0.63 0.14 0.66 313.09 0.46 0.23
Hex 57 20 4B 0 3F E 42 139 2E 17
Octal 127 40 113 0 77 16 102 471 56 27
Binary 1010111 100000 1001011 0 111111 1110 1000010 100111001 101110 10111

Color Harmonies of #57204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57204B

Black with #57204B

Text Example


Text Example

White with #57204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57204B; }

 p { color: rgb(87,32,75); }

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

background-color css

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

 a { background-color: rgb(87,32,75); }

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

border-color css

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

 span { border-color: rgb(87,32,75); }

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