Html Css Color HEX #51194A Loulou

📋 copy color: '#51194A'

red 81 ◦ green 25 ◦ blue 74

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

Shades of Loulou #51194A

Tints of Loulou #51194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 45%
G = 13.89%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#51194A (or 0x51194A) is known color: Loulou. HEX triplet: 51, 19 and 4A. RGB value is (81,25,74). Sum of RGB (Red+Green+Blue) = 81+25+74=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51194A is #AEE6B5. Grayscale: #2F2F2F. Windows color (decimal): -11462326 or 4856145. OLE color: 4856145.

HSL color Cylindrical-coordinate representation of color #51194A: hue angle of 307.5º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51194A is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 25 74 -
CMYK 0 0.69 0.09 0.68
HSL 307.5º 0.53% 0.21% -
HSV(B) 307.5º 0.69% 0.32% -
XYZ 4.98 2.94 6.78 -
YUV 47.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 81 25 74 0 0.69 0.09 0.68 307.5 0.53 0.21
Hex 51 19 4A 0 45 9 44 134 35 15
Octal 121 31 112 0 105 11 104 464 65 25
Binary 1010001 11001 1001010 0 1000101 1001 1000100 100110100 110101 10101

Color Harmonies of #51194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51194A

Black with #51194A

Text Example


Text Example

White with #51194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51194A; }

 p { color: rgb(81,25,74); }

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

background-color css

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

 a { background-color: rgb(81,25,74); }

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

border-color css

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

 span { border-color: rgb(81,25,74); }

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