Html Css Color HEX #51364A Loulou

📋 copy color: '#51364A'

red 81 ◦ green 54 ◦ blue 74

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

Shades of Loulou #51364A

Tints of Loulou #51364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.41%

R = 38.76%
G = 25.84%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#51364A (or 0x51364A) is known color: Loulou. HEX triplet: 51, 36 and 4A. RGB value is (81,54,74). Sum of RGB (Red+Green+Blue) = 81+54+74=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #51364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51364A is #AEC9B5. Grayscale: #404040. Windows color (decimal): -11454902 or 4863569. OLE color: 4863569.

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

Color convert

RGB 81 54 74 -
CMYK 0 0.33 0.09 0.68
HSL 315.56º 0.2% 0.26% -
HSV(B) 315.56º 0.33% 0.32% -
XYZ 5.95 4.88 7.11 -
YUV 64.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 81 54 74 0 0.33 0.09 0.68 315.56 0.2 0.26
Hex 51 36 4A 0 21 9 44 13C 14 1A
Octal 121 66 112 0 41 11 104 474 24 32
Binary 1010001 110110 1001010 0 100001 1001 1000100 100111100 10100 11010

Color Harmonies of #51364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51364A

Black with #51364A

Text Example


Text Example

White with #51364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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