Html Css Color HEX #57134B Loulou

📋 copy color: '#57134B'

red 87 ◦ green 19 ◦ blue 75

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

Shades of Loulou #57134B

Tints of Loulou #57134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

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

R = 48.07%
G = 10.5%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57134B (or 0x57134B) is known color: Loulou. HEX triplet: 57, 13 and 4B. RGB value is (87,19,75). Sum of RGB (Red+Green+Blue) = 87+19+75=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57134B is #A8ECB4. Grayscale: #2D2D2D. Windows color (decimal): -11070645 or 4920151. OLE color: 4920151.

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

Color convert

RGB 87 19 75 -
CMYK 0 0.78 0.14 0.66
HSL 310.59º 0.64% 0.21% -
HSV(B) 310.59º 0.78% 0.34% -
XYZ 5.43 3 6.95 -
YUV 45.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 87 19 75 0 0.78 0.14 0.66 310.59 0.64 0.21
Hex 57 13 4B 0 4E E 42 137 40 15
Octal 127 23 113 0 116 16 102 467 100 25
Binary 1010111 10011 1001011 0 1001110 1110 1000010 100110111 1000000 10101

Color Harmonies of #57134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57134B

Black with #57134B

Text Example


Text Example

White with #57134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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