Html Css Color HEX #51454B Liver

📋 copy color: '#51454B'

red 81 ◦ green 69 ◦ blue 75

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

Shades of Liver #51454B

Tints of Liver #51454B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 36%
G = 30.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#51454B (or 0x51454B) is known color: Liver. HEX triplet: 51, 45 and 4B. RGB value is (81,69,75). Sum of RGB (Red+Green+Blue) = 81+69+75=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #51454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51454B is #AEBAB4. Grayscale: #494949. Windows color (decimal): -11451061 or 4932945. OLE color: 4932945.

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

Color convert

RGB 81 69 75 -
CMYK 0 0.15 0.07 0.68
HSL 330º 0.08% 0.29% -
HSV(B) 330º 0.15% 0.32% -
XYZ 6.79 6.51 7.56 -
YUV 73.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 81 69 75 0 0.15 0.07 0.68 330 0.08 0.29
Hex 51 45 4B 0 F 7 44 14A 8 1D
Octal 121 105 113 0 17 7 104 512 10 35
Binary 1010001 1000101 1001011 0 1111 111 1000100 101001010 1000 11101

Color Harmonies of #51454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51454B

Black with #51454B

Text Example


Text Example

White with #51454B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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