Html Css Color HEX #51364D Loulou

📋 copy color: '#51364D'

red 81 ◦ green 54 ◦ blue 77

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

Shades of Loulou #51364D

Tints of Loulou #51364D

RGB

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

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

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

R = 38.21%
G = 25.47%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#51364D (or 0x51364D) is known color: Loulou. HEX triplet: 51, 36 and 4D. RGB value is (81,54,77). Sum of RGB (Red+Green+Blue) = 81+54+77=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #51364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51364D is #AEC9B2. Grayscale: #404040. Windows color (decimal): -11454899 or 5060177. OLE color: 5060177.

HSL color Cylindrical-coordinate representation of color #51364D: hue angle of 308.89º 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 #51364D is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 54 77 -
CMYK 0 0.33 0.05 0.68
HSL 308.89º 0.2% 0.26% -
HSV(B) 308.89º 0.33% 0.32% -
XYZ 6.05 4.92 7.65 -
YUV 64.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 81 54 77 0 0.33 0.05 0.68 308.89 0.2 0.26
Hex 51 36 4D 0 21 5 44 135 14 1A
Octal 121 66 115 0 41 5 104 465 24 32
Binary 1010001 110110 1001101 0 100001 101 1000100 100110101 10100 11010

Color Harmonies of #51364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51364D

Black with #51364D

Text Example


Text Example

White with #51364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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