Html Css Color HEX #51344F Loulou

📋 copy color: '#51344F'

red 81 ◦ green 52 ◦ blue 79

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

Shades of Loulou #51344F

Tints of Loulou #51344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 38.21%
G = 24.53%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#51344F (or 0x51344F) is known color: Loulou. HEX triplet: 51, 34 and 4F. RGB value is (81,52,79). Sum of RGB (Red+Green+Blue) = 81+52+79=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #51344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51344F is #AECBB0. Grayscale: #3F3F3F. Windows color (decimal): -11455409 or 5190737. OLE color: 5190737.

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

Color convert

RGB 81 52 79 -
CMYK 0 0.36 0.02 0.68
HSL 304.14º 0.22% 0.26% -
HSV(B) 304.14º 0.36% 0.32% -
XYZ 6.03 4.77 8 -
YUV 63.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 81 52 79 0 0.36 0.02 0.68 304.14 0.22 0.26
Hex 51 34 4F 0 24 2 44 130 16 1A
Octal 121 64 117 0 44 2 104 460 26 32
Binary 1010001 110100 1001111 0 100100 10 1000100 100110000 10110 11010

Color Harmonies of #51344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51344F

Black with #51344F

Text Example


Text Example

White with #51344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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