Html Css Color HEX #512244 Loulou

📋 copy color: '#512244'

red 81 ◦ green 34 ◦ blue 68

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

Shades of Loulou #512244

Tints of Loulou #512244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.16%

R = 44.26%
G = 18.58%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#512244 (or 0x512244) is known color: Loulou. HEX triplet: 51, 22 and 44. RGB value is (81,34,68). Sum of RGB (Red+Green+Blue) = 81+34+68=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #512244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512244 is #AEDDBB. Grayscale: #333333. Windows color (decimal): -11460028 or 4465233. OLE color: 4465233.

HSL color Cylindrical-coordinate representation of color #512244: hue angle of 316.6º 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 #512244 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 34 68 -
CMYK 0 0.58 0.16 0.68
HSL 316.6º 0.41% 0.23% -
HSV(B) 316.6º 0.58% 0.32% -
XYZ 5.01 3.31 5.84 -
YUV 51.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 81 34 68 0 0.58 0.16 0.68 316.6 0.41 0.23
Hex 51 22 44 0 3A 10 44 13D 29 17
Octal 121 42 104 0 72 20 104 475 51 27
Binary 1010001 100010 1000100 0 111010 10000 1000100 100111101 101001 10111

Color Harmonies of #512244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512244

Black with #512244

Text Example


Text Example

White with #512244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512244; }

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

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

background-color css

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

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

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

border-color css

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

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

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