Html Css Color HEX #51314E Loulou

📋 copy color: '#51314E'

red 81 ◦ green 49 ◦ blue 78

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

Shades of Loulou #51314E

Tints of Loulou #51314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

 BLUE value IS 78 (30.86% from 255) = 37.5%

R = 38.94%
G = 23.56%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#51314E (or 0x51314E) is known color: Loulou. HEX triplet: 51, 31 and 4E. RGB value is (81,49,78). Sum of RGB (Red+Green+Blue) = 81+49+78=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #51314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51314E is #AECEB1. Grayscale: #3D3D3D. Windows color (decimal): -11456178 or 5124433. OLE color: 5124433.

HSL color Cylindrical-coordinate representation of color #51314E: hue angle of 305.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51314E is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 49 78 -
CMYK 0 0.40 0.04 0.68
HSL 305.63º 0.25% 0.25% -
HSV(B) 305.63º 0.4% 0.32% -
XYZ 5.87 4.5 7.77 -
YUV 61.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 81 49 78 0 0.40 0.04 0.68 305.63 0.25 0.25
Hex 51 31 4E 0 28 4 44 132 19 19
Octal 121 61 116 0 50 4 104 462 31 31
Binary 1010001 110001 1001110 0 101000 100 1000100 100110010 11001 11001

Color Harmonies of #51314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51314E

Black with #51314E

Text Example


Text Example

White with #51314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51314E; }

 p { color: rgb(81,49,78); }

 H1.HeaderClassName
 {
   color: #51314E;
 }
 .AnyTagClassName
 {
   color: #51314E;
 }
</style>

background-color css

<style>
 a { background-color: #51314E; }

 a { background-color: rgb(81,49,78); }

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

border-color css

<style>
 span { border-color: #51314E; }

 span { border-color: rgb(81,49,78); }

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