Html Css Color HEX #512649 Loulou

📋 copy color: '#512649'

red 81 ◦ green 38 ◦ blue 73

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

Shades of Loulou #512649

Tints of Loulou #512649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.79%

 BLUE value IS 73 (28.91% from 255) = 38.02%

R = 42.19%
G = 19.79%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#512649 (or 0x512649) is known color: Loulou. HEX triplet: 51, 26 and 49. RGB value is (81,38,73). Sum of RGB (Red+Green+Blue) = 81+38+73=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #512649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512649 is #AED9B6. Grayscale: #363636. Windows color (decimal): -11458999 or 4793937. OLE color: 4793937.

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

Color convert

RGB 81 38 73 -
CMYK 0 0.53 0.10 0.68
HSL 311.16º 0.36% 0.23% -
HSV(B) 311.16º 0.53% 0.32% -
XYZ 5.29 3.62 6.72 -
YUV 54.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 81 38 73 0 0.53 0.10 0.68 311.16 0.36 0.23
Hex 51 26 49 0 35 A 44 137 24 17
Octal 121 46 111 0 65 12 104 467 44 27
Binary 1010001 100110 1001001 0 110101 1010 1000100 100110111 100100 10111

Color Harmonies of #512649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512649

Black with #512649

Text Example


Text Example

White with #512649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512649; }

 p { color: rgb(81,38,73); }

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

background-color css

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

 a { background-color: rgb(81,38,73); }

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

border-color css

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

 span { border-color: rgb(81,38,73); }

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