Html Css Color HEX #512242 Loulou

📋 copy color: '#512242'

red 81 ◦ green 34 ◦ blue 66

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

Shades of Loulou #512242

Tints of Loulou #512242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

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

R = 44.75%
G = 18.78%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#512242 (or 0x512242) is known color: Loulou. HEX triplet: 51, 22 and 42. RGB value is (81,34,66). Sum of RGB (Red+Green+Blue) = 81+34+66=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #512242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512242 is #AEDDBD. Grayscale: #333333. Windows color (decimal): -11460030 or 4334161. OLE color: 4334161.

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

Color convert

RGB 81 34 66 -
CMYK 0 0.58 0.19 0.68
HSL 319.15º 0.41% 0.23% -
HSV(B) 319.15º 0.58% 0.32% -
XYZ 4.95 3.29 5.53 -
YUV 51.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 81 34 66 0 0.58 0.19 0.68 319.15 0.41 0.23
Hex 51 22 42 0 3A 13 44 13F 29 17
Octal 121 42 102 0 72 23 104 477 51 27
Binary 1010001 100010 1000010 0 111010 10011 1000100 100111111 101001 10111

Color Harmonies of #512242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512242

Black with #512242

Text Example


Text Example

White with #512242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512242; }

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

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

background-color css

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

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

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

border-color css

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

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

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