Html Css Color HEX #512843 Loulou

📋 copy color: '#512843'

red 81 ◦ green 40 ◦ blue 67

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

Shades of Loulou #512843

Tints of Loulou #512843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.28%

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 43.09%
G = 21.28%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#512843 (or 0x512843) is known color: Loulou. HEX triplet: 51, 28 and 43. RGB value is (81,40,67). Sum of RGB (Red+Green+Blue) = 81+40+67=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #512843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512843 is #AED7BC. Grayscale: #373737. Windows color (decimal): -11458493 or 4401233. OLE color: 4401233.

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

Color convert

RGB 81 40 67 -
CMYK 0 0.51 0.17 0.68
HSL 320.49º 0.34% 0.24% -
HSV(B) 320.49º 0.51% 0.32% -
XYZ 5.17 3.67 5.75 -
YUV 55.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 81 40 67 0 0.51 0.17 0.68 320.49 0.34 0.24
Hex 51 28 43 0 33 11 44 140 22 18
Octal 121 50 103 0 63 21 104 500 42 30
Binary 1010001 101000 1000011 0 110011 10001 1000100 101000000 100010 11000

Color Harmonies of #512843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512843

Black with #512843

Text Example


Text Example

White with #512843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512843; }

 p { color: rgb(81,40,67); }

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

background-color css

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

 a { background-color: rgb(81,40,67); }

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

border-color css

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

 span { border-color: rgb(81,40,67); }

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