Html Css Color HEX #552350 Loulou

📋 copy color: '#552350'

red 85 ◦ green 35 ◦ blue 80

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

Shades of Loulou #552350

Tints of Loulou #552350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 80 (31.64% from 255) = 40%

R = 42.5%
G = 17.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#552350 (or 0x552350) is known color: Loulou. HEX triplet: 55, 23 and 50. RGB value is (85,35,80). Sum of RGB (Red+Green+Blue) = 85+35+80=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #552350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552350 is #AADCAF. Grayscale: #363636. Windows color (decimal): -11197616 or 5251925. OLE color: 5251925.

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

Color convert

RGB 85 35 80 -
CMYK 0 0.59 0.06 0.67
HSL 306º 0.42% 0.24% -
HSV(B) 306º 0.59% 0.33% -
XYZ 5.8 3.71 8 -
YUV 55.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 85 35 80 0 0.59 0.06 0.67 306 0.42 0.24
Hex 55 23 50 0 3B 6 43 132 2A 18
Octal 125 43 120 0 73 6 103 462 52 30
Binary 1010101 100011 1010000 0 111011 110 1000011 100110010 101010 11000

Color Harmonies of #552350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552350

Black with #552350

Text Example


Text Example

White with #552350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552350; }

 p { color: rgb(85,35,80); }

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

background-color css

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

 a { background-color: rgb(85,35,80); }

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

border-color css

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

 span { border-color: rgb(85,35,80); }

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