Html Css Color HEX #55244A Loulou

📋 copy color: '#55244A'

red 85 ◦ green 36 ◦ blue 74

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

Shades of Loulou #55244A

Tints of Loulou #55244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

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

R = 43.59%
G = 18.46%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#55244A (or 0x55244A) is known color: Loulou. HEX triplet: 55, 24 and 4A. RGB value is (85,36,74). Sum of RGB (Red+Green+Blue) = 85+36+74=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55244A is #AADBB5. Grayscale: #363636. Windows color (decimal): -11197366 or 4858965. OLE color: 4858965.

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

Color convert

RGB 85 36 74 -
CMYK 0 0.58 0.13 0.67
HSL 313.47º 0.4% 0.24% -
HSV(B) 313.47º 0.58% 0.33% -
XYZ 5.61 3.69 6.89 -
YUV 54.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 85 36 74 0 0.58 0.13 0.67 313.47 0.4 0.24
Hex 55 24 4A 0 3A D 43 139 28 18
Octal 125 44 112 0 72 15 103 471 50 30
Binary 1010101 100100 1001010 0 111010 1101 1000011 100111001 101000 11000

Color Harmonies of #55244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55244A

Black with #55244A

Text Example


Text Example

White with #55244A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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