Html Css Color HEX #553246 Loulou

📋 copy color: '#553246'

red 85 ◦ green 50 ◦ blue 70

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

Shades of Loulou #553246

Tints of Loulou #553246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

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

R = 41.46%
G = 24.39%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#553246 (or 0x553246) is known color: Loulou. HEX triplet: 55, 32 and 46. RGB value is (85,50,70). Sum of RGB (Red+Green+Blue) = 85+50+70=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553246 is #AACDB9. Grayscale: #3E3E3E. Windows color (decimal): -11193786 or 4600405. OLE color: 4600405.

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

Color convert

RGB 85 50 70 -
CMYK 0 0.41 0.18 0.67
HSL 325.71º 0.26% 0.26% -
HSV(B) 325.71º 0.41% 0.33% -
XYZ 5.99 4.65 6.38 -
YUV 62.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 85 50 70 0 0.41 0.18 0.67 325.71 0.26 0.26
Hex 55 32 46 0 29 12 43 146 1A 1A
Octal 125 62 106 0 51 22 103 506 32 32
Binary 1010101 110010 1000110 0 101001 10010 1000011 101000110 11010 11010

Color Harmonies of #553246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553246

Black with #553246

Text Example


Text Example

White with #553246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553246; }

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

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

background-color css

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

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

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

border-color css

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

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

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