Html Css Color HEX #551845 Loulou

📋 copy color: '#551845'

red 85 ◦ green 24 ◦ blue 69

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

Shades of Loulou #551845

Tints of Loulou #551845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.76%

R = 47.75%
G = 13.48%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#551845 (or 0x551845) is known color: Loulou. HEX triplet: 55, 18 and 45. RGB value is (85,24,69). Sum of RGB (Red+Green+Blue) = 85+24+69=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551845 is #AAE7BA. Grayscale: #2F2F2F. Windows color (decimal): -11200443 or 4528213. OLE color: 4528213.

HSL color Cylindrical-coordinate representation of color #551845: hue angle of 315.74º 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 #551845 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 69 -
CMYK 0 0.72 0.19 0.67
HSL 315.74º 0.56% 0.21% -
HSV(B) 315.74º 0.72% 0.33% -
XYZ 5.15 3.01 5.94 -
YUV 47.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 85 24 69 0 0.72 0.19 0.67 315.74 0.56 0.21
Hex 55 18 45 0 48 13 43 13C 38 15
Octal 125 30 105 0 110 23 103 474 70 25
Binary 1010101 11000 1000101 0 1001000 10011 1000011 100111100 111000 10101

Color Harmonies of #551845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551845

Black with #551845

Text Example


Text Example

White with #551845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551845; }

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

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

background-color css

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

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

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

border-color css

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

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

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