Html Css Color HEX #513648 Loulou

📋 copy color: '#513648'

red 81 ◦ green 54 ◦ blue 72

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

Shades of Loulou #513648

Tints of Loulou #513648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 39.13%
G = 26.09%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#513648 (or 0x513648) is known color: Loulou. HEX triplet: 51, 36 and 48. RGB value is (81,54,72). Sum of RGB (Red+Green+Blue) = 81+54+72=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #513648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513648 is #AEC9B7. Grayscale: #404040. Windows color (decimal): -11454904 or 4732497. OLE color: 4732497.

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

Color convert

RGB 81 54 72 -
CMYK 0 0.33 0.11 0.68
HSL 320º 0.2% 0.26% -
HSV(B) 320º 0.33% 0.32% -
XYZ 5.88 4.86 6.76 -
YUV 64.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 81 54 72 0 0.33 0.11 0.68 320 0.2 0.26
Hex 51 36 48 0 21 B 44 140 14 1A
Octal 121 66 110 0 41 13 104 500 24 32
Binary 1010001 110110 1001000 0 100001 1011 1000100 101000000 10100 11010

Color Harmonies of #513648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513648

Black with #513648

Text Example


Text Example

White with #513648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513648; }

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

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

background-color css

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

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

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

border-color css

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

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

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