Html Css Color HEX #512441 Loulou

📋 copy color: '#512441'

red 81 ◦ green 36 ◦ blue 65

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

Shades of Loulou #512441

Tints of Loulou #512441

RGB

 RED value IS 81 (32.03% from 255) = 44.51%

 GREEN value IS 36 (14.45% from 255) = 19.78%

 BLUE value IS 65 (25.78% from 255) = 35.71%

R = 44.51%
G = 19.78%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#512441 (or 0x512441) is known color: Loulou. HEX triplet: 51, 24 and 41. RGB value is (81,36,65). Sum of RGB (Red+Green+Blue) = 81+36+65=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #512441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512441 is #AEDBBE. Grayscale: #343434. Windows color (decimal): -11459519 or 4269137. OLE color: 4269137.

HSL color Cylindrical-coordinate representation of color #512441: hue angle of 321.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512441 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 36 65 -
CMYK 0 0.56 0.20 0.68
HSL 321.33º 0.38% 0.23% -
HSV(B) 321.33º 0.56% 0.32% -
XYZ 4.98 3.39 5.39 -
YUV 52.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 81 36 65 0 0.56 0.20 0.68 321.33 0.38 0.23
Hex 51 24 41 0 38 14 44 141 26 17
Octal 121 44 101 0 70 24 104 501 46 27
Binary 1010001 100100 1000001 0 111000 10100 1000100 101000001 100110 10111

Color Harmonies of #512441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512441

Black with #512441

Text Example


Text Example

White with #512441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512441; }

 p { color: rgb(81,36,65); }

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

background-color css

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

 a { background-color: rgb(81,36,65); }

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

border-color css

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

 span { border-color: rgb(81,36,65); }

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