Html Css Color HEX #55374A Loulou

📋 copy color: '#55374A'

red 85 ◦ green 55 ◦ blue 74

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

Shades of Loulou #55374A

Tints of Loulou #55374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 39.72%
G = 25.7%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#55374A (or 0x55374A) is known color: Loulou. HEX triplet: 55, 37 and 4A. RGB value is (85,55,74). Sum of RGB (Red+Green+Blue) = 85+55+74=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #55374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55374A is #AAC8B5. Grayscale: #424242. Windows color (decimal): -11192502 or 4863829. OLE color: 4863829.

HSL color Cylindrical-coordinate representation of color #55374A: hue angle of 322º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55374A is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 55 74 -
CMYK 0 0.35 0.13 0.67
HSL 322º 0.21% 0.27% -
HSV(B) 322º 0.35% 0.33% -
XYZ 6.35 5.16 7.14 -
YUV 66.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 85 55 74 0 0.35 0.13 0.67 322 0.21 0.27
Hex 55 37 4A 0 23 D 43 142 15 1B
Octal 125 67 112 0 43 15 103 502 25 33
Binary 1010101 110111 1001010 0 100011 1101 1000011 101000010 10101 11011

Color Harmonies of #55374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55374A

Black with #55374A

Text Example


Text Example

White with #55374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55374A; }

 p { color: rgb(85,55,74); }

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

background-color css

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

 a { background-color: rgb(85,55,74); }

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

border-color css

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

 span { border-color: rgb(85,55,74); }

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