Html Css Color HEX #57224B Loulou

📋 copy color: '#57224B'

red 87 ◦ green 34 ◦ blue 75

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

Shades of Loulou #57224B

Tints of Loulou #57224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 44.39%
G = 17.35%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57224B (or 0x57224B) is known color: Loulou. HEX triplet: 57, 22 and 4B. RGB value is (87,34,75). Sum of RGB (Red+Green+Blue) = 87+34+75=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57224B is #A8DDB4. Grayscale: #363636. Windows color (decimal): -11066805 or 4923991. OLE color: 4923991.

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

Color convert

RGB 87 34 75 -
CMYK 0 0.61 0.14 0.66
HSL 313.58º 0.44% 0.24% -
HSV(B) 313.58º 0.61% 0.34% -
XYZ 5.77 3.68 7.06 -
YUV 54.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 87 34 75 0 0.61 0.14 0.66 313.58 0.44 0.24
Hex 57 22 4B 0 3D E 42 13A 2C 18
Octal 127 42 113 0 75 16 102 472 54 30
Binary 1010111 100010 1001011 0 111101 1110 1000010 100111010 101100 11000

Color Harmonies of #57224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57224B

Black with #57224B

Text Example


Text Example

White with #57224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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