Html Css Color HEX #552B4A Loulou

📋 copy color: '#552B4A'

red 85 ◦ green 43 ◦ blue 74

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

Shades of Loulou #552B4A

Tints of Loulou #552B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.29%

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

R = 42.08%
G = 21.29%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#552B4A (or 0x552B4A) is known color: Loulou. HEX triplet: 55, 2B and 4A. RGB value is (85,43,74). Sum of RGB (Red+Green+Blue) = 85+43+74=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #552B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B4A is #AAD4B5. Grayscale: #3B3B3B. Windows color (decimal): -11195574 or 4860757. OLE color: 4860757.

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

Color convert

RGB 85 43 74 -
CMYK 0 0.49 0.13 0.67
HSL 315.71º 0.33% 0.25% -
HSV(B) 315.71º 0.49% 0.33% -
XYZ 5.85 4.15 6.97 -
YUV 59.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 85 43 74 0 0.49 0.13 0.67 315.71 0.33 0.25
Hex 55 2B 4A 0 31 D 43 13C 21 19
Octal 125 53 112 0 61 15 103 474 41 31
Binary 1010101 101011 1001010 0 110001 1101 1000011 100111100 100001 11001

Color Harmonies of #552B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B4A

Black with #552B4A

Text Example


Text Example

White with #552B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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