Html Css Color HEX #552646 Loulou

📋 copy color: '#552646'

red 85 ◦ green 38 ◦ blue 70

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

Shades of Loulou #552646

Tints of Loulou #552646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.69%

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 44.04%
G = 19.69%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#552646 (or 0x552646) is known color: Loulou. HEX triplet: 55, 26 and 46. RGB value is (85,38,70). Sum of RGB (Red+Green+Blue) = 85+38+70=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552646 is #AAD9B9. Grayscale: #373737. Windows color (decimal): -11196858 or 4597333. OLE color: 4597333.

HSL color Cylindrical-coordinate representation of color #552646: hue angle of 319.15º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552646 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 38 70 -
CMYK 0 0.55 0.18 0.67
HSL 319.15º 0.38% 0.24% -
HSV(B) 319.15º 0.55% 0.33% -
XYZ 5.54 3.76 6.23 -
YUV 55.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 85 38 70 0 0.55 0.18 0.67 319.15 0.38 0.24
Hex 55 26 46 0 37 12 43 13F 26 18
Octal 125 46 106 0 67 22 103 477 46 30
Binary 1010101 100110 1000110 0 110111 10010 1000011 100111111 100110 11000

Color Harmonies of #552646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552646

Black with #552646

Text Example


Text Example

White with #552646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552646; }

 p { color: rgb(85,38,70); }

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

background-color css

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

 a { background-color: rgb(85,38,70); }

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

border-color css

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

 span { border-color: rgb(85,38,70); }

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