Html Css Color HEX #513848 Loulou

📋 copy color: '#513848'

red 81 ◦ green 56 ◦ blue 72

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

Shades of Loulou #513848

Tints of Loulou #513848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.79%

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

R = 38.76%
G = 26.79%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#513848 (or 0x513848) is known color: Loulou. HEX triplet: 51, 38 and 48. RGB value is (81,56,72). Sum of RGB (Red+Green+Blue) = 81+56+72=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #513848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513848 is #AEC7B7. Grayscale: #414141. Windows color (decimal): -11454392 or 4733009. OLE color: 4733009.

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

Color convert

RGB 81 56 72 -
CMYK 0 0.31 0.11 0.68
HSL 321.6º 0.18% 0.27% -
HSV(B) 321.6º 0.31% 0.32% -
XYZ 5.98 5.05 6.79 -
YUV 65.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 81 56 72 0 0.31 0.11 0.68 321.6 0.18 0.27
Hex 51 38 48 0 1F B 44 142 12 1B
Octal 121 70 110 0 37 13 104 502 22 33
Binary 1010001 111000 1001000 0 11111 1011 1000100 101000010 10010 11011

Color Harmonies of #513848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513848

Black with #513848

Text Example


Text Example

White with #513848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513848; }

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

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

background-color css

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

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

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

border-color css

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

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

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