Html Css Color HEX #58384A Liver

📋 copy color: '#58384A'

red 88 ◦ green 56 ◦ blue 74

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

Shades of Liver #58384A

Tints of Liver #58384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

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

R = 40.37%
G = 25.69%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58384A (or 0x58384A) is known color: Liver. HEX triplet: 58, 38 and 4A. RGB value is (88,56,74). Sum of RGB (Red+Green+Blue) = 88+56+74=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58384A is #A7C7B5. Grayscale: #434343. Windows color (decimal): -10995638 or 4864088. OLE color: 4864088.

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

Color convert

RGB 88 56 74 -
CMYK 0 0.36 0.16 0.65
HSL 326.25º 0.22% 0.28% -
HSV(B) 326.25º 0.36% 0.35% -
XYZ 6.67 5.4 7.17 -
YUV 67.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 88 56 74 0 0.36 0.16 0.65 326.25 0.22 0.28
Hex 58 38 4A 0 24 10 41 146 16 1C
Octal 130 70 112 0 44 20 101 506 26 34
Binary 1011000 111000 1001010 0 100100 10000 1000001 101000110 10110 11100

Color Harmonies of #58384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58384A

Black with #58384A

Text Example


Text Example

White with #58384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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