Html Css Color HEX #51344C Loulou

📋 copy color: '#51344C'

red 81 ◦ green 52 ◦ blue 76

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

Shades of Loulou #51344C

Tints of Loulou #51344C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.36%

R = 38.76%
G = 24.88%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#51344C (or 0x51344C) is known color: Loulou. HEX triplet: 51, 34 and 4C. RGB value is (81,52,76). Sum of RGB (Red+Green+Blue) = 81+52+76=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #51344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51344C is #AECBB3. Grayscale: #3F3F3F. Windows color (decimal): -11455412 or 4994129. OLE color: 4994129.

HSL color Cylindrical-coordinate representation of color #51344C: hue angle of 310.34º 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 #51344C is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 52 76 -
CMYK 0 0.36 0.06 0.68
HSL 310.34º 0.22% 0.26% -
HSV(B) 310.34º 0.36% 0.32% -
XYZ 5.93 4.73 7.44 -
YUV 63.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 81 52 76 0 0.36 0.06 0.68 310.34 0.22 0.26
Hex 51 34 4C 0 24 6 44 136 16 1A
Octal 121 64 114 0 44 6 104 466 26 32
Binary 1010001 110100 1001100 0 100100 110 1000100 100110110 10110 11010

Color Harmonies of #51344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51344C

Black with #51344C

Text Example


Text Example

White with #51344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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