Html Css Color HEX #553648 Loulou

📋 copy color: '#553648'

red 85 ◦ green 54 ◦ blue 72

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

Shades of Loulou #553648

Tints of Loulou #553648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 40.28%
G = 25.59%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#553648 (or 0x553648) is known color: Loulou. HEX triplet: 55, 36 and 48. RGB value is (85,54,72). Sum of RGB (Red+Green+Blue) = 85+54+72=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #553648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553648 is #AAC9B7. Grayscale: #414141. Windows color (decimal): -11192760 or 4732501. OLE color: 4732501.

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

Color convert

RGB 85 54 72 -
CMYK 0 0.36 0.15 0.67
HSL 325.16º 0.22% 0.27% -
HSV(B) 325.16º 0.36% 0.33% -
XYZ 6.24 5.04 6.77 -
YUV 65.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 85 54 72 0 0.36 0.15 0.67 325.16 0.22 0.27
Hex 55 36 48 0 24 F 43 145 16 1B
Octal 125 66 110 0 44 17 103 505 26 33
Binary 1010101 110110 1001000 0 100100 1111 1000011 101000101 10110 11011

Color Harmonies of #553648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553648

Black with #553648

Text Example


Text Example

White with #553648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553648; }

 p { color: rgb(85,54,72); }

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

background-color css

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

 a { background-color: rgb(85,54,72); }

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

border-color css

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

 span { border-color: rgb(85,54,72); }

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