Html Css Color HEX #552C4A Loulou

📋 copy color: '#552C4A'

red 85 ◦ green 44 ◦ blue 74

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

Shades of Loulou #552C4A

Tints of Loulou #552C4A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

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

R = 41.87%
G = 21.67%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#552C4A (or 0x552C4A) is known color: Loulou. HEX triplet: 55, 2C and 4A. RGB value is (85,44,74). Sum of RGB (Red+Green+Blue) = 85+44+74=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #552C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C4A is #AAD3B5. Grayscale: #3B3B3B. Windows color (decimal): -11195318 or 4861013. OLE color: 4861013.

HSL color Cylindrical-coordinate representation of color #552C4A: hue angle of 316.1º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C4A is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 74 -
CMYK 0 0.48 0.13 0.67
HSL 316.1º 0.32% 0.25% -
HSV(B) 316.1º 0.48% 0.33% -
XYZ 5.88 4.23 6.98 -
YUV 59.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 85 44 74 0 0.48 0.13 0.67 316.1 0.32 0.25
Hex 55 2C 4A 0 30 D 43 13C 20 19
Octal 125 54 112 0 60 15 103 474 40 31
Binary 1010101 101100 1001010 0 110000 1101 1000011 100111100 100000 11001

Color Harmonies of #552C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C4A

Black with #552C4A

Text Example


Text Example

White with #552C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552C4A; }

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

 H1.HeaderClassName
 {
   color: #552C4A;
 }
 .AnyTagClassName
 {
   color: #552C4A;
 }
</style>

background-color css

<style>
 a { background-color: #552C4A; }

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

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

border-color css

<style>
 span { border-color: #552C4A; }

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

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