Html Css Color HEX #551646 Loulou

📋 copy color: '#551646'

red 85 ◦ green 22 ◦ blue 70

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

Shades of Loulou #551646

Tints of Loulou #551646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 48.02%
G = 12.43%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#551646 (or 0x551646) is known color: Loulou. HEX triplet: 55, 16 and 46. RGB value is (85,22,70). Sum of RGB (Red+Green+Blue) = 85+22+70=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #551646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551646 is #AAE9B9. Grayscale: #2E2E2E. Windows color (decimal): -11200954 or 4593237. OLE color: 4593237.

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

Color convert

RGB 85 22 70 -
CMYK 0 0.74 0.18 0.67
HSL 314.29º 0.59% 0.21% -
HSV(B) 314.29º 0.74% 0.33% -
XYZ 5.14 2.95 6.09 -
YUV 46.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 85 22 70 0 0.74 0.18 0.67 314.29 0.59 0.21
Hex 55 16 46 0 4A 12 43 13A 3B 15
Octal 125 26 106 0 112 22 103 472 73 25
Binary 1010101 10110 1000110 0 1001010 10010 1000011 100111010 111011 10101

Color Harmonies of #551646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551646

Black with #551646

Text Example


Text Example

White with #551646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551646; }

 p { color: rgb(85,22,70); }

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

background-color css

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

 a { background-color: rgb(85,22,70); }

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

border-color css

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

 span { border-color: rgb(85,22,70); }

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