Html Css Color HEX #551848 Loulou

📋 copy color: '#551848'

red 85 ◦ green 24 ◦ blue 72

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

Shades of Loulou #551848

Tints of Loulou #551848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.78%

R = 46.96%
G = 13.26%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#551848 (or 0x551848) is known color: Loulou. HEX triplet: 55, 18 and 48. RGB value is (85,24,72). Sum of RGB (Red+Green+Blue) = 85+24+72=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #551848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551848 is #AAE7B7. Grayscale: #2F2F2F. Windows color (decimal): -11200440 or 4724821. OLE color: 4724821.

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

Color convert

RGB 85 24 72 -
CMYK 0 0.72 0.15 0.67
HSL 312.79º 0.56% 0.21% -
HSV(B) 312.79º 0.72% 0.33% -
XYZ 5.24 3.05 6.44 -
YUV 47.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 85 24 72 0 0.72 0.15 0.67 312.79 0.56 0.21
Hex 55 18 48 0 48 F 43 139 38 15
Octal 125 30 110 0 110 17 103 471 70 25
Binary 1010101 11000 1001000 0 1001000 1111 1000011 100111001 111000 10101

Color Harmonies of #551848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551848

Black with #551848

Text Example


Text Example

White with #551848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551848; }

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

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

background-color css

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

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

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

border-color css

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

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

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