Html Css Color HEX #51414B Liver

📋 copy color: '#51414B'

red 81 ◦ green 65 ◦ blue 75

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

Shades of Liver #51414B

Tints of Liver #51414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.41%

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

R = 36.65%
G = 29.41%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#51414B (or 0x51414B) is known color: Liver. HEX triplet: 51, 41 and 4B. RGB value is (81,65,75). Sum of RGB (Red+Green+Blue) = 81+65+75=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #51414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51414B is #AEBEB4. Grayscale: #464646. Windows color (decimal): -11452085 or 4931921. OLE color: 4931921.

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

Color convert

RGB 81 65 75 -
CMYK 0 0.20 0.07 0.68
HSL 322.5º 0.11% 0.29% -
HSV(B) 322.5º 0.2% 0.32% -
XYZ 6.55 6.04 7.48 -
YUV 70.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 81 65 75 0 0.20 0.07 0.68 322.5 0.11 0.29
Hex 51 41 4B 0 14 7 44 142 B 1D
Octal 121 101 113 0 24 7 104 502 13 35
Binary 1010001 1000001 1001011 0 10100 111 1000100 101000010 1011 11101

Color Harmonies of #51414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51414B

Black with #51414B

Text Example


Text Example

White with #51414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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