Html Css Color HEX #51344D Loulou

📋 copy color: '#51344D'

red 81 ◦ green 52 ◦ blue 77

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

Shades of Loulou #51344D

Tints of Loulou #51344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

 BLUE value IS 77 (30.47% from 255) = 36.67%

R = 38.57%
G = 24.76%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#51344D (or 0x51344D) is known color: Loulou. HEX triplet: 51, 34 and 4D. RGB value is (81,52,77). Sum of RGB (Red+Green+Blue) = 81+52+77=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #51344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51344D is #AECBB2. Grayscale: #3F3F3F. Windows color (decimal): -11455411 or 5059665. OLE color: 5059665.

HSL color Cylindrical-coordinate representation of color #51344D: hue angle of 308.28º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51344D is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 52 77 -
CMYK 0 0.36 0.05 0.68
HSL 308.28º 0.22% 0.26% -
HSV(B) 308.28º 0.36% 0.32% -
XYZ 5.96 4.74 7.62 -
YUV 63.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 81 52 77 0 0.36 0.05 0.68 308.28 0.22 0.26
Hex 51 34 4D 0 24 5 44 134 16 1A
Octal 121 64 115 0 44 5 104 464 26 32
Binary 1010001 110100 1001101 0 100100 101 1000100 100110100 10110 11010

Color Harmonies of #51344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51344D

Black with #51344D

Text Example


Text Example

White with #51344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51344D; }

 p { color: rgb(81,52,77); }

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

background-color css

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

 a { background-color: rgb(81,52,77); }

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

border-color css

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

 span { border-color: rgb(81,52,77); }

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