Html Css Color HEX #553152 Loulou

📋 copy color: '#553152'

red 85 ◦ green 49 ◦ blue 82

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

Shades of Loulou #553152

Tints of Loulou #553152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 82 (32.42% from 255) = 37.96%

R = 39.35%
G = 22.69%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#553152 (or 0x553152) is known color: Loulou. HEX triplet: 55, 31 and 52. RGB value is (85,49,82). Sum of RGB (Red+Green+Blue) = 85+49+82=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #553152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553152 is #AACEAD. Grayscale: #3F3F3F. Windows color (decimal): -11194030 or 5386581. OLE color: 5386581.

HSL color Cylindrical-coordinate representation of color #553152: hue angle of 305º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553152 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 49 82 -
CMYK 0 0.42 0.04 0.67
HSL 305º 0.27% 0.26% -
HSV(B) 305º 0.42% 0.33% -
XYZ 6.37 4.74 8.56 -
YUV 63.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 85 49 82 0 0.42 0.04 0.67 305 0.27 0.26
Hex 55 31 52 0 2A 4 43 131 1B 1A
Octal 125 61 122 0 52 4 103 461 33 32
Binary 1010101 110001 1010010 0 101010 100 1000011 100110001 11011 11010

Color Harmonies of #553152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553152

Black with #553152

Text Example


Text Example

White with #553152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553152; }

 p { color: rgb(85,49,82); }

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

background-color css

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

 a { background-color: rgb(85,49,82); }

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

border-color css

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

 span { border-color: rgb(85,49,82); }

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