Html Css Color HEX #512945 Loulou

📋 copy color: '#512945'

red 81 ◦ green 41 ◦ blue 69

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

Shades of Loulou #512945

Tints of Loulou #512945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 42.41%
G = 21.47%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#512945 (or 0x512945) is known color: Loulou. HEX triplet: 51, 29 and 45. RGB value is (81,41,69). Sum of RGB (Red+Green+Blue) = 81+41+69=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #512945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512945 is #AED6BA. Grayscale: #383838. Windows color (decimal): -11458235 or 4532561. OLE color: 4532561.

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

Color convert

RGB 81 41 69 -
CMYK 0 0.49 0.15 0.68
HSL 318º 0.33% 0.24% -
HSV(B) 318º 0.49% 0.32% -
XYZ 5.26 3.76 6.08 -
YUV 56.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 81 41 69 0 0.49 0.15 0.68 318 0.33 0.24
Hex 51 29 45 0 31 F 44 13E 21 18
Octal 121 51 105 0 61 17 104 476 41 30
Binary 1010001 101001 1000101 0 110001 1111 1000100 100111110 100001 11000

Color Harmonies of #512945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512945

Black with #512945

Text Example


Text Example

White with #512945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512945; }

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

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

background-color css

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

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

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

border-color css

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

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

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