Html Css Color HEX #512647 Loulou

📋 copy color: '#512647'

red 81 ◦ green 38 ◦ blue 71

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

Shades of Loulou #512647

Tints of Loulou #512647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.37%

R = 42.63%
G = 20%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#512647 (or 0x512647) is known color: Loulou. HEX triplet: 51, 26 and 47. RGB value is (81,38,71). Sum of RGB (Red+Green+Blue) = 81+38+71=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #512647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512647 is #AED9B8. Grayscale: #363636. Windows color (decimal): -11459001 or 4662865. OLE color: 4662865.

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

Color convert

RGB 81 38 71 -
CMYK 0 0.53 0.12 0.68
HSL 313.95º 0.36% 0.23% -
HSV(B) 313.95º 0.53% 0.32% -
XYZ 5.22 3.59 6.38 -
YUV 54.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 81 38 71 0 0.53 0.12 0.68 313.95 0.36 0.23
Hex 51 26 47 0 35 C 44 13A 24 17
Octal 121 46 107 0 65 14 104 472 44 27
Binary 1010001 100110 1000111 0 110101 1100 1000100 100111010 100100 10111

Color Harmonies of #512647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512647

Black with #512647

Text Example


Text Example

White with #512647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512647; }

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

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

background-color css

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

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

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

border-color css

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

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

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