Html Css Color HEX #512642 Loulou

📋 copy color: '#512642'

red 81 ◦ green 38 ◦ blue 66

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

Shades of Loulou #512642

Tints of Loulou #512642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 43.78%
G = 20.54%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#512642 (or 0x512642) is known color: Loulou. HEX triplet: 51, 26 and 42. RGB value is (81,38,66). Sum of RGB (Red+Green+Blue) = 81+38+66=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #512642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512642 is #AED9BD. Grayscale: #353535. Windows color (decimal): -11459006 or 4335185. OLE color: 4335185.

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

Color convert

RGB 81 38 66 -
CMYK 0 0.53 0.19 0.68
HSL 320.93º 0.36% 0.23% -
HSV(B) 320.93º 0.53% 0.32% -
XYZ 5.07 3.53 5.57 -
YUV 54.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 81 38 66 0 0.53 0.19 0.68 320.93 0.36 0.23
Hex 51 26 42 0 35 13 44 141 24 17
Octal 121 46 102 0 65 23 104 501 44 27
Binary 1010001 100110 1000010 0 110101 10011 1000100 101000001 100100 10111

Color Harmonies of #512642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512642

Black with #512642

Text Example


Text Example

White with #512642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512642; }

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

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

background-color css

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

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

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

border-color css

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

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

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