Html Css Color HEX #58424A Tawny Port

📋 copy color: '#58424A'

red 88 ◦ green 66 ◦ blue 74

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

Shades of Tawny Port #58424A

Tints of Tawny Port #58424A

RGB

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

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

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

R = 38.6%
G = 28.95%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58424A (or 0x58424A) is known color: Tawny Port. HEX triplet: 58, 42 and 4A. RGB value is (88,66,74). Sum of RGB (Red+Green+Blue) = 88+66+74=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 88 - color contains mainly: red. Hex color #58424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58424A is #A7BDB5. Grayscale: #494949. Windows color (decimal): -10993078 or 4866648. OLE color: 4866648.

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

Color convert

RGB 88 66 74 -
CMYK 0 0.25 0.16 0.65
HSL 338.18º 0.14% 0.3% -
HSV(B) 338.18º 0.25% 0.35% -
XYZ 7.21 6.47 7.35 -
YUV 73.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 88 66 74 0 0.25 0.16 0.65 338.18 0.14 0.3
Hex 58 42 4A 0 19 10 41 152 E 1E
Octal 130 102 112 0 31 20 101 522 16 36
Binary 1011000 1000010 1001010 0 11001 10000 1000001 101010010 1110 11110

Color Harmonies of #58424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58424A

Black with #58424A

Text Example


Text Example

White with #58424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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