Html Css Color HEX #551846 Loulou

📋 copy color: '#551846'

red 85 ◦ green 24 ◦ blue 70

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

Shades of Loulou #551846

Tints of Loulou #551846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.41%

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

R = 47.49%
G = 13.41%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#551846 (or 0x551846) is known color: Loulou. HEX triplet: 55, 18 and 46. RGB value is (85,24,70). Sum of RGB (Red+Green+Blue) = 85+24+70=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #551846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551846 is #AAE7B9. Grayscale: #2F2F2F. Windows color (decimal): -11200442 or 4593749. OLE color: 4593749.

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

Color convert

RGB 85 24 70 -
CMYK 0 0.72 0.18 0.67
HSL 314.75º 0.56% 0.21% -
HSV(B) 314.75º 0.72% 0.33% -
XYZ 5.18 3.03 6.11 -
YUV 47.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 85 24 70 0 0.72 0.18 0.67 314.75 0.56 0.21
Hex 55 18 46 0 48 12 43 13B 38 15
Octal 125 30 106 0 110 22 103 473 70 25
Binary 1010101 11000 1000110 0 1001000 10010 1000011 100111011 111000 10101

Color Harmonies of #551846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551846

Black with #551846

Text Example


Text Example

White with #551846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551846; }

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

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

background-color css

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

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

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

border-color css

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

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

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