Html Css Color HEX #552443 Loulou

📋 copy color: '#552443'

red 85 ◦ green 36 ◦ blue 67

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

Shades of Loulou #552443

Tints of Loulou #552443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 45.21%
G = 19.15%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#552443 (or 0x552443) is known color: Loulou. HEX triplet: 55, 24 and 43. RGB value is (85,36,67). Sum of RGB (Red+Green+Blue) = 85+36+67=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #552443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552443 is #AADBBC. Grayscale: #363636. Windows color (decimal): -11197373 or 4400213. OLE color: 4400213.

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

Color convert

RGB 85 36 67 -
CMYK 0 0.58 0.21 0.67
HSL 322.04º 0.4% 0.24% -
HSV(B) 322.04º 0.58% 0.33% -
XYZ 5.39 3.6 5.72 -
YUV 54.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 85 36 67 0 0.58 0.21 0.67 322.04 0.4 0.24
Hex 55 24 43 0 3A 15 43 142 28 18
Octal 125 44 103 0 72 25 103 502 50 30
Binary 1010101 100100 1000011 0 111010 10101 1000011 101000010 101000 11000

Color Harmonies of #552443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552443

Black with #552443

Text Example


Text Example

White with #552443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552443; }

 p { color: rgb(85,36,67); }

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

background-color css

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

 a { background-color: rgb(85,36,67); }

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

border-color css

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

 span { border-color: rgb(85,36,67); }

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