Html Css Color HEX #552545 Loulou

📋 copy color: '#552545'

red 85 ◦ green 37 ◦ blue 69

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

Shades of Loulou #552545

Tints of Loulou #552545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.37%

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 44.5%
G = 19.37%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#552545 (or 0x552545) is known color: Loulou. HEX triplet: 55, 25 and 45. RGB value is (85,37,69). Sum of RGB (Red+Green+Blue) = 85+37+69=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552545 is #AADABA. Grayscale: #363636. Windows color (decimal): -11197115 or 4531541. OLE color: 4531541.

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

Color convert

RGB 85 37 69 -
CMYK 0 0.56 0.19 0.67
HSL 320º 0.39% 0.24% -
HSV(B) 320º 0.56% 0.33% -
XYZ 5.48 3.68 6.05 -
YUV 55 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 85 37 69 0 0.56 0.19 0.67 320 0.39 0.24
Hex 55 25 45 0 38 13 43 140 27 18
Octal 125 45 105 0 70 23 103 500 47 30
Binary 1010101 100101 1000101 0 111000 10011 1000011 101000000 100111 11000

Color Harmonies of #552545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552545

Black with #552545

Text Example


Text Example

White with #552545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552545; }

 p { color: rgb(85,37,69); }

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

background-color css

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

 a { background-color: rgb(85,37,69); }

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

border-color css

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

 span { border-color: rgb(85,37,69); }

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