Html Css Color HEX #55124B Loulou

📋 copy color: '#55124B'

red 85 ◦ green 18 ◦ blue 75

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

Shades of Loulou #55124B

Tints of Loulou #55124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.11%

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

R = 47.75%
G = 10.11%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#55124B (or 0x55124B) is known color: Loulou. HEX triplet: 55, 12 and 4B. RGB value is (85,18,75). Sum of RGB (Red+Green+Blue) = 85+18+75=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55124B is #AAEDB4. Grayscale: #2C2C2C. Windows color (decimal): -11201973 or 4919893. OLE color: 4919893.

HSL color Cylindrical-coordinate representation of color #55124B: hue angle of 308.96º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55124B is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 75 -
CMYK 0 0.79 0.12 0.67
HSL 308.96º 0.65% 0.2% -
HSV(B) 308.96º 0.79% 0.33% -
XYZ 5.23 2.87 6.94 -
YUV 44.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 85 18 75 0 0.79 0.12 0.67 308.96 0.65 0.2
Hex 55 12 4B 0 4F C 43 135 41 14
Octal 125 22 113 0 117 14 103 465 101 24
Binary 1010101 10010 1001011 0 1001111 1100 1000011 100110101 1000001 10100

Color Harmonies of #55124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55124B

Black with #55124B

Text Example


Text Example

White with #55124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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