Html Css Color HEX #51364E Loulou

📋 copy color: '#51364E'

red 81 ◦ green 54 ◦ blue 78

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

Shades of Loulou #51364E

Tints of Loulou #51364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

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

R = 38.03%
G = 25.35%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#51364E (or 0x51364E) is known color: Loulou. HEX triplet: 51, 36 and 4E. RGB value is (81,54,78). Sum of RGB (Red+Green+Blue) = 81+54+78=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #51364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51364E is #AEC9B1. Grayscale: #404040. Windows color (decimal): -11454898 or 5125713. OLE color: 5125713.

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

Color convert

RGB 81 54 78 -
CMYK 0 0.33 0.04 0.68
HSL 306.67º 0.2% 0.26% -
HSV(B) 306.67º 0.33% 0.32% -
XYZ 6.09 4.94 7.84 -
YUV 64.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 81 54 78 0 0.33 0.04 0.68 306.67 0.2 0.26
Hex 51 36 4E 0 21 4 44 133 14 1A
Octal 121 66 116 0 41 4 104 463 24 32
Binary 1010001 110110 1001110 0 100001 100 1000100 100110011 10100 11010

Color Harmonies of #51364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51364E

Black with #51364E

Text Example


Text Example

White with #51364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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