Html Css Color HEX #55134A Loulou

📋 copy color: '#55134A'

red 85 ◦ green 19 ◦ blue 74

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

Shades of Loulou #55134A

Tints of Loulou #55134A

RGB

 RED value IS 85 (33.59% from 255) = 47.75%

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

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 47.75%
G = 10.67%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#55134A (or 0x55134A) is known color: Loulou. HEX triplet: 55, 13 and 4A. RGB value is (85,19,74). Sum of RGB (Red+Green+Blue) = 85+19+74=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55134A is #AAECB5. Grayscale: #2C2C2C. Windows color (decimal): -11201718 or 4854613. OLE color: 4854613.

HSL color Cylindrical-coordinate representation of color #55134A: hue angle of 310º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55134A is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 74 -
CMYK 0 0.78 0.13 0.67
HSL 310º 0.63% 0.2% -
HSV(B) 310º 0.78% 0.33% -
XYZ 5.22 2.89 6.76 -
YUV 45 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 85 19 74 0 0.78 0.13 0.67 310 0.63 0.2
Hex 55 13 4A 0 4E D 43 136 3F 14
Octal 125 23 112 0 116 15 103 466 77 24
Binary 1010101 10011 1001010 0 1001110 1101 1000011 100110110 111111 10100

Color Harmonies of #55134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55134A

Black with #55134A

Text Example


Text Example

White with #55134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55134A; }

 p { color: rgb(85,19,74); }

 H1.HeaderClassName
 {
   color: #55134A;
 }
 .AnyTagClassName
 {
   color: #55134A;
 }
</style>

background-color css

<style>
 a { background-color: #55134A; }

 a { background-color: rgb(85,19,74); }

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

border-color css

<style>
 span { border-color: #55134A; }

 span { border-color: rgb(85,19,74); }

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