Html Css Color HEX #55184A Loulou

📋 copy color: '#55184A'

red 85 ◦ green 24 ◦ blue 74

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

Shades of Loulou #55184A

Tints of Loulou #55184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

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

R = 46.45%
G = 13.11%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#55184A (or 0x55184A) is known color: Loulou. HEX triplet: 55, 18 and 4A. RGB value is (85,24,74). Sum of RGB (Red+Green+Blue) = 85+24+74=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55184A is #AAE7B5. Grayscale: #2F2F2F. Windows color (decimal): -11200438 or 4855893. OLE color: 4855893.

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

Color convert

RGB 85 24 74 -
CMYK 0 0.72 0.13 0.67
HSL 310.82º 0.56% 0.21% -
HSV(B) 310.82º 0.72% 0.33% -
XYZ 5.31 3.08 6.79 -
YUV 47.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 85 24 74 0 0.72 0.13 0.67 310.82 0.56 0.21
Hex 55 18 4A 0 48 D 43 137 38 15
Octal 125 30 112 0 110 15 103 467 70 25
Binary 1010101 11000 1001010 0 1001000 1101 1000011 100110111 111000 10101

Color Harmonies of #55184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55184A

Black with #55184A

Text Example


Text Example

White with #55184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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