Html Css Color HEX #55184B Loulou

📋 copy color: '#55184B'

red 85 ◦ green 24 ◦ blue 75

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

Shades of Loulou #55184B

Tints of Loulou #55184B

RGB

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

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

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

R = 46.2%
G = 13.04%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#55184B (or 0x55184B) is known color: Loulou. HEX triplet: 55, 18 and 4B. RGB value is (85,24,75). Sum of RGB (Red+Green+Blue) = 85+24+75=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55184B is #AAE7B4. Grayscale: #2F2F2F. Windows color (decimal): -11200437 or 4921429. OLE color: 4921429.

HSL color Cylindrical-coordinate representation of color #55184B: hue angle of 309.84º 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 #55184B is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 75 -
CMYK 0 0.72 0.12 0.67
HSL 309.84º 0.56% 0.21% -
HSV(B) 309.84º 0.72% 0.33% -
XYZ 5.34 3.09 6.97 -
YUV 48.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 85 24 75 0 0.72 0.12 0.67 309.84 0.56 0.21
Hex 55 18 4B 0 48 C 43 136 38 15
Octal 125 30 113 0 110 14 103 466 70 25
Binary 1010101 11000 1001011 0 1001000 1100 1000011 100110110 111000 10101

Color Harmonies of #55184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55184B

Black with #55184B

Text Example


Text Example

White with #55184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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