Html Css Color HEX #51444B Liver

📋 copy color: '#51444B'

red 81 ◦ green 68 ◦ blue 75

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

Shades of Liver #51444B

Tints of Liver #51444B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.36%

 BLUE value IS 75 (29.69% from 255) = 33.48%

R = 36.16%
G = 30.36%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#51444B (or 0x51444B) is known color: Liver. HEX triplet: 51, 44 and 4B. RGB value is (81,68,75). Sum of RGB (Red+Green+Blue) = 81+68+75=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #51444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51444B is #AEBBB4. Grayscale: #484848. Windows color (decimal): -11451317 or 4932689. OLE color: 4932689.

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

Color convert

RGB 81 68 75 -
CMYK 0 0.16 0.07 0.68
HSL 327.69º 0.09% 0.29% -
HSV(B) 327.69º 0.16% 0.32% -
XYZ 6.73 6.39 7.54 -
YUV 72.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 81 68 75 0 0.16 0.07 0.68 327.69 0.09 0.29
Hex 51 44 4B 0 10 7 44 148 9 1D
Octal 121 104 113 0 20 7 104 510 11 35
Binary 1010001 1000100 1001011 0 10000 111 1000100 101001000 1001 11101

Color Harmonies of #51444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51444B

Black with #51444B

Text Example


Text Example

White with #51444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51444B; }

 p { color: rgb(81,68,75); }

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

background-color css

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

 a { background-color: rgb(81,68,75); }

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

border-color css

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

 span { border-color: rgb(81,68,75); }

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