Html Css Color HEX #51324A Loulou

📋 copy color: '#51324A'

red 81 ◦ green 50 ◦ blue 74

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

Shades of Loulou #51324A

Tints of Loulou #51324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

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

R = 39.51%
G = 24.39%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#51324A (or 0x51324A) is known color: Loulou. HEX triplet: 51, 32 and 4A. RGB value is (81,50,74). Sum of RGB (Red+Green+Blue) = 81+50+74=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #51324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51324A is #AECDB5. Grayscale: #3D3D3D. Windows color (decimal): -11455926 or 4862545. OLE color: 4862545.

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

Color convert

RGB 81 50 74 -
CMYK 0 0.38 0.09 0.68
HSL 313.55º 0.24% 0.26% -
HSV(B) 313.55º 0.38% 0.32% -
XYZ 5.77 4.52 7.05 -
YUV 62.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 81 50 74 0 0.38 0.09 0.68 313.55 0.24 0.26
Hex 51 32 4A 0 26 9 44 13A 18 1A
Octal 121 62 112 0 46 11 104 472 30 32
Binary 1010001 110010 1001010 0 100110 1001 1000100 100111010 11000 11010

Color Harmonies of #51324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51324A

Black with #51324A

Text Example


Text Example

White with #51324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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