Html Css Color HEX #51294B Loulou

📋 copy color: '#51294B'

red 81 ◦ green 41 ◦ blue 75

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

Shades of Loulou #51294B

Tints of Loulou #51294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 41.12%
G = 20.81%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#51294B (or 0x51294B) is known color: Loulou. HEX triplet: 51, 29 and 4B. RGB value is (81,41,75). Sum of RGB (Red+Green+Blue) = 81+41+75=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #51294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51294B is #AED6B4. Grayscale: #383838. Windows color (decimal): -11458229 or 4925777. OLE color: 4925777.

HSL color Cylindrical-coordinate representation of color #51294B: hue angle of 309º 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 #51294B is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 41 75 -
CMYK 0 0.49 0.07 0.68
HSL 309º 0.33% 0.24% -
HSV(B) 309º 0.49% 0.32% -
XYZ 5.46 3.84 7.11 -
YUV 56.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 81 41 75 0 0.49 0.07 0.68 309 0.33 0.24
Hex 51 29 4B 0 31 7 44 135 21 18
Octal 121 51 113 0 61 7 104 465 41 30
Binary 1010001 101001 1001011 0 110001 111 1000100 100110101 100001 11000

Color Harmonies of #51294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51294B

Black with #51294B

Text Example


Text Example

White with #51294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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