Html Css Color HEX #57194B Loulou

📋 copy color: '#57194B'

red 87 ◦ green 25 ◦ blue 75

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

Shades of Loulou #57194B

Tints of Loulou #57194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

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

R = 46.52%
G = 13.37%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57194B (or 0x57194B) is known color: Loulou. HEX triplet: 57, 19 and 4B. RGB value is (87,25,75). Sum of RGB (Red+Green+Blue) = 87+25+75=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57194B is #A8E6B4. Grayscale: #313131. Windows color (decimal): -11069109 or 4921687. OLE color: 4921687.

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

Color convert

RGB 87 25 75 -
CMYK 0 0.71 0.14 0.66
HSL 311.61º 0.55% 0.22% -
HSV(B) 311.61º 0.71% 0.34% -
XYZ 5.55 3.23 6.99 -
YUV 49.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 87 25 75 0 0.71 0.14 0.66 311.61 0.55 0.22
Hex 57 19 4B 0 47 E 42 138 37 16
Octal 127 31 113 0 107 16 102 470 67 26
Binary 1010111 11001 1001011 0 1000111 1110 1000010 100111000 110111 10110

Color Harmonies of #57194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57194B

Black with #57194B

Text Example


Text Example

White with #57194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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