Html Css Color HEX #57254A Loulou

📋 copy color: '#57254A'

red 87 ◦ green 37 ◦ blue 74

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

Shades of Loulou #57254A

Tints of Loulou #57254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.69%

 BLUE value IS 74 (29.3% from 255) = 37.37%

R = 43.94%
G = 18.69%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57254A (or 0x57254A) is known color: Loulou. HEX triplet: 57, 25 and 4A. RGB value is (87,37,74). Sum of RGB (Red+Green+Blue) = 87+37+74=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57254A is #A8DAB5. Grayscale: #383838. Windows color (decimal): -11066038 or 4859223. OLE color: 4859223.

HSL color Cylindrical-coordinate representation of color #57254A: hue angle of 315.6º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57254A is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 37 74 -
CMYK 0 0.57 0.15 0.66
HSL 315.6º 0.4% 0.24% -
HSV(B) 315.6º 0.57% 0.34% -
XYZ 5.83 3.84 6.91 -
YUV 56.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 87 37 74 0 0.57 0.15 0.66 315.6 0.4 0.24
Hex 57 25 4A 0 39 F 42 13C 28 18
Octal 127 45 112 0 71 17 102 474 50 30
Binary 1010111 100101 1001010 0 111001 1111 1000010 100111100 101000 11000

Color Harmonies of #57254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57254A

Black with #57254A

Text Example


Text Example

White with #57254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57254A; }

 p { color: rgb(87,37,74); }

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

background-color css

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

 a { background-color: rgb(87,37,74); }

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

border-color css

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

 span { border-color: rgb(87,37,74); }

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