Html Css Color HEX #512442 Loulou

📋 copy color: '#512442'

red 81 ◦ green 36 ◦ blue 66

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

Shades of Loulou #512442

Tints of Loulou #512442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.67%

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

R = 44.26%
G = 19.67%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#512442 (or 0x512442) is known color: Loulou. HEX triplet: 51, 24 and 42. RGB value is (81,36,66). Sum of RGB (Red+Green+Blue) = 81+36+66=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #512442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512442 is #AEDBBD. Grayscale: #343434. Windows color (decimal): -11459518 or 4334673. OLE color: 4334673.

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

Color convert

RGB 81 36 66 -
CMYK 0 0.56 0.19 0.68
HSL 320º 0.38% 0.23% -
HSV(B) 320º 0.56% 0.32% -
XYZ 5.01 3.4 5.55 -
YUV 52.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 81 36 66 0 0.56 0.19 0.68 320 0.38 0.23
Hex 51 24 42 0 38 13 44 140 26 17
Octal 121 44 102 0 70 23 104 500 46 27
Binary 1010001 100100 1000010 0 111000 10011 1000100 101000000 100110 10111

Color Harmonies of #512442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512442

Black with #512442

Text Example


Text Example

White with #512442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512442; }

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

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

background-color css

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

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

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

border-color css

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

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

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