Html Css Color HEX #512D46 Loulou

📋 copy color: '#512D46'

red 81 ◦ green 45 ◦ blue 70

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

Shades of Loulou #512D46

Tints of Loulou #512D46

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.96%

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

R = 41.33%
G = 22.96%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#512D46 (or 0x512D46) is known color: Loulou. HEX triplet: 51, 2D and 46. RGB value is (81,45,70). Sum of RGB (Red+Green+Blue) = 81+45+70=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #512D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D46 is #AED2B9. Grayscale: #3A3A3A. Windows color (decimal): -11457210 or 4599121. OLE color: 4599121.

HSL color Cylindrical-coordinate representation of color #512D46: hue angle of 318.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #512D46 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 45 70 -
CMYK 0 0.44 0.14 0.68
HSL 318.33º 0.29% 0.25% -
HSV(B) 318.33º 0.44% 0.32% -
XYZ 5.44 4.07 6.29 -
YUV 58.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 81 45 70 0 0.44 0.14 0.68 318.33 0.29 0.25
Hex 51 2D 46 0 2C E 44 13E 1D 19
Octal 121 55 106 0 54 16 104 476 35 31
Binary 1010001 101101 1000110 0 101100 1110 1000100 100111110 11101 11001

Color Harmonies of #512D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D46

Black with #512D46

Text Example


Text Example

White with #512D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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