Html Css Color HEX #513546 Loulou

📋 copy color: '#513546'

red 81 ◦ green 53 ◦ blue 70

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

Shades of Loulou #513546

Tints of Loulou #513546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

 BLUE value IS 70 (27.73% from 255) = 34.31%

R = 39.71%
G = 25.98%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#513546 (or 0x513546) is known color: Loulou. HEX triplet: 51, 35 and 46. RGB value is (81,53,70). Sum of RGB (Red+Green+Blue) = 81+53+70=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #513546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513546 is #AECAB9. Grayscale: #3F3F3F. Windows color (decimal): -11455162 or 4601169. OLE color: 4601169.

HSL color Cylindrical-coordinate representation of color #513546: hue angle of 323.57º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #513546 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 53 70 -
CMYK 0 0.35 0.14 0.68
HSL 323.57º 0.21% 0.26% -
HSV(B) 323.57º 0.35% 0.32% -
XYZ 5.77 4.74 6.4 -
YUV 63.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 81 53 70 0 0.35 0.14 0.68 323.57 0.21 0.26
Hex 51 35 46 0 23 E 44 144 15 1A
Octal 121 65 106 0 43 16 104 504 25 32
Binary 1010001 110101 1000110 0 100011 1110 1000100 101000100 10101 11010

Color Harmonies of #513546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513546

Black with #513546

Text Example


Text Example

White with #513546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513546; }

 p { color: rgb(81,53,70); }

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

background-color css

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

 a { background-color: rgb(81,53,70); }

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

border-color css

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

 span { border-color: rgb(81,53,70); }

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