Html Css Color HEX #51424B Liver

📋 copy color: '#51424B'

red 81 ◦ green 66 ◦ blue 75

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

Shades of Liver #51424B

Tints of Liver #51424B

RGB

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

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

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

R = 36.49%
G = 29.73%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#51424B (or 0x51424B) is known color: Liver. HEX triplet: 51, 42 and 4B. RGB value is (81,66,75). Sum of RGB (Red+Green+Blue) = 81+66+75=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #51424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51424B is #AEBDB4. Grayscale: #474747. Windows color (decimal): -11451829 or 4932177. OLE color: 4932177.

HSL color Cylindrical-coordinate representation of color #51424B: hue angle of 324º 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 #51424B is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 66 75 -
CMYK 0 0.19 0.07 0.68
HSL 324º 0.1% 0.29% -
HSV(B) 324º 0.19% 0.32% -
XYZ 6.61 6.15 7.5 -
YUV 71.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 81 66 75 0 0.19 0.07 0.68 324 0.1 0.29
Hex 51 42 4B 0 13 7 44 144 A 1D
Octal 121 102 113 0 23 7 104 504 12 35
Binary 1010001 1000010 1001011 0 10011 111 1000100 101000100 1010 11101

Color Harmonies of #51424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51424B

Black with #51424B

Text Example


Text Example

White with #51424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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