Html Css Color HEX #551F4B Loulou

📋 copy color: '#551F4B'

red 85 ◦ green 31 ◦ blue 75

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

Shades of Loulou #551F4B

Tints of Loulou #551F4B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.23%

 BLUE value IS 75 (29.69% from 255) = 39.27%

R = 44.5%
G = 16.23%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#551F4B (or 0x551F4B) is known color: Loulou. HEX triplet: 55, 1F and 4B. RGB value is (85,31,75). Sum of RGB (Red+Green+Blue) = 85+31+75=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #551F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F4B is #AAE0B4. Grayscale: #343434. Windows color (decimal): -11198645 or 4923221. OLE color: 4923221.

HSL color Cylindrical-coordinate representation of color #551F4B: hue angle of 311.11º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #551F4B is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 31 75 -
CMYK 0 0.64 0.12 0.67
HSL 311.11º 0.47% 0.23% -
HSV(B) 311.11º 0.64% 0.33% -
XYZ 5.51 3.42 7.03 -
YUV 52.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 85 31 75 0 0.64 0.12 0.67 311.11 0.47 0.23
Hex 55 1F 4B 0 40 C 43 137 2F 17
Octal 125 37 113 0 100 14 103 467 57 27
Binary 1010101 11111 1001011 0 1000000 1100 1000011 100110111 101111 10111

Color Harmonies of #551F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F4B

Black with #551F4B

Text Example


Text Example

White with #551F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551F4B; }

 p { color: rgb(85,31,75); }

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

background-color css

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

 a { background-color: rgb(85,31,75); }

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

border-color css

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

 span { border-color: rgb(85,31,75); }

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