Html Css Color HEX #57214D Loulou

📋 copy color: '#57214D'

red 87 ◦ green 33 ◦ blue 77

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

Shades of Loulou #57214D

Tints of Loulou #57214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

 BLUE value IS 77 (30.47% from 255) = 39.09%

R = 44.16%
G = 16.75%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57214D (or 0x57214D) is known color: Loulou. HEX triplet: 57, 21 and 4D. RGB value is (87,33,77). Sum of RGB (Red+Green+Blue) = 87+33+77=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57214D is #A8DEB2. Grayscale: #363636. Windows color (decimal): -11067059 or 5054807. OLE color: 5054807.

HSL color Cylindrical-coordinate representation of color #57214D: hue angle of 311.11º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57214D is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 33 77 -
CMYK 0 0.62 0.11 0.66
HSL 311.11º 0.45% 0.24% -
HSV(B) 311.11º 0.62% 0.34% -
XYZ 5.81 3.65 7.42 -
YUV 54.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 87 33 77 0 0.62 0.11 0.66 311.11 0.45 0.24
Hex 57 21 4D 0 3E B 42 137 2D 18
Octal 127 41 115 0 76 13 102 467 55 30
Binary 1010111 100001 1001101 0 111110 1011 1000010 100110111 101101 11000

Color Harmonies of #57214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57214D

Black with #57214D

Text Example


Text Example

White with #57214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57214D; }

 p { color: rgb(87,33,77); }

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

background-color css

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

 a { background-color: rgb(87,33,77); }

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

border-color css

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

 span { border-color: rgb(87,33,77); }

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