Html Css Color HEX #513748 Loulou

📋 copy color: '#513748'

red 81 ◦ green 55 ◦ blue 72

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

Shades of Loulou #513748

Tints of Loulou #513748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

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

R = 38.94%
G = 26.44%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#513748 (or 0x513748) is known color: Loulou. HEX triplet: 51, 37 and 48. RGB value is (81,55,72). Sum of RGB (Red+Green+Blue) = 81+55+72=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #513748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513748 is #AEC8B7. Grayscale: #404040. Windows color (decimal): -11454648 or 4732753. OLE color: 4732753.

HSL color Cylindrical-coordinate representation of color #513748: hue angle of 320.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #513748 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 55 72 -
CMYK 0 0.32 0.11 0.68
HSL 320.77º 0.19% 0.27% -
HSV(B) 320.77º 0.32% 0.32% -
XYZ 5.93 4.95 6.77 -
YUV 64.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 81 55 72 0 0.32 0.11 0.68 320.77 0.19 0.27
Hex 51 37 48 0 20 B 44 141 13 1B
Octal 121 67 110 0 40 13 104 501 23 33
Binary 1010001 110111 1001000 0 100000 1011 1000100 101000001 10011 11011

Color Harmonies of #513748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513748

Black with #513748

Text Example


Text Example

White with #513748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513748; }

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

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

background-color css

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

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

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

border-color css

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

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

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