Html Css Color HEX #58374A Liver

📋 copy color: '#58374A'

red 88 ◦ green 55 ◦ blue 74

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

Shades of Liver #58374A

Tints of Liver #58374A

RGB

 RED value IS 88 (34.77% from 255) = 40.55%

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 74 (29.3% from 255) = 34.1%

R = 40.55%
G = 25.35%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58374A (or 0x58374A) is known color: Liver. HEX triplet: 58, 37 and 4A. RGB value is (88,55,74). Sum of RGB (Red+Green+Blue) = 88+55+74=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #58374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58374A is #A7C8B5. Grayscale: #424242. Windows color (decimal): -10995894 or 4863832. OLE color: 4863832.

HSL color Cylindrical-coordinate representation of color #58374A: hue angle of 325.45º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58374A is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 55 74 -
CMYK 0 0.38 0.16 0.65
HSL 325.45º 0.23% 0.28% -
HSV(B) 325.45º 0.38% 0.35% -
XYZ 6.63 5.3 7.15 -
YUV 67.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 88 55 74 0 0.38 0.16 0.65 325.45 0.23 0.28
Hex 58 37 4A 0 26 10 41 145 17 1C
Octal 130 67 112 0 46 20 101 505 27 34
Binary 1011000 110111 1001010 0 100110 10000 1000001 101000101 10111 11100

Color Harmonies of #58374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58374A

Black with #58374A

Text Example


Text Example

White with #58374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58374A; }

 p { color: rgb(88,55,74); }

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

background-color css

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

 a { background-color: rgb(88,55,74); }

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

border-color css

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

 span { border-color: rgb(88,55,74); }

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