Html Css Color HEX #512946 Loulou

📋 copy color: '#512946'

red 81 ◦ green 41 ◦ blue 70

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

Shades of Loulou #512946

Tints of Loulou #512946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

 BLUE value IS 70 (27.73% from 255) = 36.46%

R = 42.19%
G = 21.35%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#512946 (or 0x512946) is known color: Loulou. HEX triplet: 51, 29 and 46. RGB value is (81,41,70). Sum of RGB (Red+Green+Blue) = 81+41+70=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #512946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512946 is #AED6B9. Grayscale: #383838. Windows color (decimal): -11458234 or 4598097. OLE color: 4598097.

HSL color Cylindrical-coordinate representation of color #512946: hue angle of 316.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #512946 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 41 70 -
CMYK 0 0.49 0.14 0.68
HSL 316.5º 0.33% 0.24% -
HSV(B) 316.5º 0.49% 0.32% -
XYZ 5.29 3.78 6.24 -
YUV 56.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 81 41 70 0 0.49 0.14 0.68 316.5 0.33 0.24
Hex 51 29 46 0 31 E 44 13C 21 18
Octal 121 51 106 0 61 16 104 474 41 30
Binary 1010001 101001 1000110 0 110001 1110 1000100 100111100 100001 11000

Color Harmonies of #512946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512946

Black with #512946

Text Example


Text Example

White with #512946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512946; }

 p { color: rgb(81,41,70); }

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

background-color css

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

 a { background-color: rgb(81,41,70); }

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

border-color css

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

 span { border-color: rgb(81,41,70); }

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