Html Css Color HEX #512241 Loulou

📋 copy color: '#512241'

red 81 ◦ green 34 ◦ blue 65

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

Shades of Loulou #512241

Tints of Loulou #512241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.89%

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

R = 45%
G = 18.89%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#512241 (or 0x512241) is known color: Loulou. HEX triplet: 51, 22 and 41. RGB value is (81,34,65). Sum of RGB (Red+Green+Blue) = 81+34+65=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #512241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512241 is #AEDDBE. Grayscale: #333333. Windows color (decimal): -11460031 or 4268625. OLE color: 4268625.

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

Color convert

RGB 81 34 65 -
CMYK 0 0.58 0.20 0.68
HSL 320.43º 0.41% 0.23% -
HSV(B) 320.43º 0.58% 0.32% -
XYZ 4.92 3.28 5.37 -
YUV 51.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 81 34 65 0 0.58 0.20 0.68 320.43 0.41 0.23
Hex 51 22 41 0 3A 14 44 140 29 17
Octal 121 42 101 0 72 24 104 500 51 27
Binary 1010001 100010 1000001 0 111010 10100 1000100 101000000 101001 10111

Color Harmonies of #512241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512241

Black with #512241

Text Example


Text Example

White with #512241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512241; }

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

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

background-color css

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

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

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

border-color css

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

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

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