Html Css Color HEX #51294A Loulou

📋 copy color: '#51294A'

red 81 ◦ green 41 ◦ blue 74

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

Shades of Loulou #51294A

Tints of Loulou #51294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

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

R = 41.33%
G = 20.92%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#51294A (or 0x51294A) is known color: Loulou. HEX triplet: 51, 29 and 4A. RGB value is (81,41,74). Sum of RGB (Red+Green+Blue) = 81+41+74=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51294A is #AED6B5. Grayscale: #383838. Windows color (decimal): -11458230 or 4860241. OLE color: 4860241.

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

Color convert

RGB 81 41 74 -
CMYK 0 0.49 0.09 0.68
HSL 310.5º 0.33% 0.24% -
HSV(B) 310.5º 0.49% 0.32% -
XYZ 5.42 3.83 6.93 -
YUV 56.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 81 41 74 0 0.49 0.09 0.68 310.5 0.33 0.24
Hex 51 29 4A 0 31 9 44 136 21 18
Octal 121 51 112 0 61 11 104 466 41 30
Binary 1010001 101001 1001010 0 110001 1001 1000100 100110110 100001 11000

Color Harmonies of #51294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51294A

Black with #51294A

Text Example


Text Example

White with #51294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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