Html Css Color HEX #57144B Loulou

📋 copy color: '#57144B'

red 87 ◦ green 20 ◦ blue 75

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

Shades of Loulou #57144B

Tints of Loulou #57144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

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

R = 47.8%
G = 10.99%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57144B (or 0x57144B) is known color: Loulou. HEX triplet: 57, 14 and 4B. RGB value is (87,20,75). Sum of RGB (Red+Green+Blue) = 87+20+75=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57144B is #A8EBB4. Grayscale: #2E2E2E. Windows color (decimal): -11070389 or 4920407. OLE color: 4920407.

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

Color convert

RGB 87 20 75 -
CMYK 0 0.77 0.14 0.66
HSL 310.75º 0.63% 0.21% -
HSV(B) 310.75º 0.77% 0.34% -
XYZ 5.45 3.03 6.96 -
YUV 46.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 87 20 75 0 0.77 0.14 0.66 310.75 0.63 0.21
Hex 57 14 4B 0 4D E 42 137 3F 15
Octal 127 24 113 0 115 16 102 467 77 25
Binary 1010111 10100 1001011 0 1001101 1110 1000010 100110111 111111 10101

Color Harmonies of #57144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57144B

Black with #57144B

Text Example


Text Example

White with #57144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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