Html Css Color HEX #514348 Liver

📋 copy color: '#514348'

red 81 ◦ green 67 ◦ blue 72

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

Shades of Liver #514348

Tints of Liver #514348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

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

R = 36.82%
G = 30.45%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#514348 (or 0x514348) is known color: Liver. HEX triplet: 51, 43 and 48. RGB value is (81,67,72). Sum of RGB (Red+Green+Blue) = 81+67+72=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514348 is #AEBCB7. Grayscale: #474747. Windows color (decimal): -11451576 or 4735825. OLE color: 4735825.

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

Color convert

RGB 81 67 72 -
CMYK 0 0.17 0.11 0.68
HSL 338.57º 0.09% 0.29% -
HSV(B) 338.57º 0.17% 0.32% -
XYZ 6.57 6.23 6.99 -
YUV 71.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 81 67 72 0 0.17 0.11 0.68 338.57 0.09 0.29
Hex 51 43 48 0 11 B 44 153 9 1D
Octal 121 103 110 0 21 13 104 523 11 35
Binary 1010001 1000011 1001000 0 10001 1011 1000100 101010011 1001 11101

Color Harmonies of #514348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514348

Black with #514348

Text Example


Text Example

White with #514348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514348; }

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

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

background-color css

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

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

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

border-color css

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

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

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