Html Css Color HEX #55134C Loulou

📋 copy color: '#55134C'

red 85 ◦ green 19 ◦ blue 76

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

Shades of Loulou #55134C

Tints of Loulou #55134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 47.22%
G = 10.56%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55134C (or 0x55134C) is known color: Loulou. HEX triplet: 55, 13 and 4C. RGB value is (85,19,76). Sum of RGB (Red+Green+Blue) = 85+19+76=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55134C is #AAECB3. Grayscale: #2D2D2D. Windows color (decimal): -11201716 or 4985685. OLE color: 4985685.

HSL color Cylindrical-coordinate representation of color #55134C: hue angle of 308.18º 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 #55134C is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 76 -
CMYK 0 0.78 0.11 0.67
HSL 308.18º 0.63% 0.2% -
HSV(B) 308.18º 0.78% 0.33% -
XYZ 5.28 2.92 7.12 -
YUV 45.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 85 19 76 0 0.78 0.11 0.67 308.18 0.63 0.2
Hex 55 13 4C 0 4E B 43 134 3F 14
Octal 125 23 114 0 116 13 103 464 77 24
Binary 1010101 10011 1001100 0 1001110 1011 1000011 100110100 111111 10100

Color Harmonies of #55134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55134C

Black with #55134C

Text Example


Text Example

White with #55134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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