Html Css Color HEX #551945 Loulou

📋 copy color: '#551945'

red 85 ◦ green 25 ◦ blue 69

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

Shades of Loulou #551945

Tints of Loulou #551945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

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

R = 47.49%
G = 13.97%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#551945 (or 0x551945) is known color: Loulou. HEX triplet: 55, 19 and 45. RGB value is (85,25,69). Sum of RGB (Red+Green+Blue) = 85+25+69=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #551945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551945 is #AAE6BA. Grayscale: #2F2F2F. Windows color (decimal): -11200187 or 4528469. OLE color: 4528469.

HSL color Cylindrical-coordinate representation of color #551945: hue angle of 316º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551945 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 69 -
CMYK 0 0.71 0.19 0.67
HSL 316º 0.55% 0.22% -
HSV(B) 316º 0.71% 0.33% -
XYZ 5.17 3.06 5.95 -
YUV 47.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 85 25 69 0 0.71 0.19 0.67 316 0.55 0.22
Hex 55 19 45 0 47 13 43 13C 37 16
Octal 125 31 105 0 107 23 103 474 67 26
Binary 1010101 11001 1000101 0 1000111 10011 1000011 100111100 110111 10110

Color Harmonies of #551945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551945

Black with #551945

Text Example


Text Example

White with #551945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551945; }

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

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

background-color css

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

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

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

border-color css

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

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

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