Html Css Color HEX #514248 Liver

📋 copy color: '#514248'

red 81 ◦ green 66 ◦ blue 72

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

Shades of Liver #514248

Tints of Liver #514248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

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

R = 36.99%
G = 30.14%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#514248 (or 0x514248) is known color: Liver. HEX triplet: 51, 42 and 48. RGB value is (81,66,72). Sum of RGB (Red+Green+Blue) = 81+66+72=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514248 is #AEBDB7. Grayscale: #474747. Windows color (decimal): -11451832 or 4735569. OLE color: 4735569.

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

Color convert

RGB 81 66 72 -
CMYK 0 0.19 0.11 0.68
HSL 336º 0.1% 0.29% -
HSV(B) 336º 0.19% 0.32% -
XYZ 6.51 6.11 6.97 -
YUV 71.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 81 66 72 0 0.19 0.11 0.68 336 0.1 0.29
Hex 51 42 48 0 13 B 44 150 A 1D
Octal 121 102 110 0 23 13 104 520 12 35
Binary 1010001 1000010 1001000 0 10011 1011 1000100 101010000 1010 11101

Color Harmonies of #514248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514248

Black with #514248

Text Example


Text Example

White with #514248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514248; }

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

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

background-color css

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

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

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

border-color css

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

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

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