Html Css Color HEX #58393E Wine Berry

📋 copy color: '#58393E'

red 88 ◦ green 57 ◦ blue 62

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

Shades of Wine Berry #58393E

Tints of Wine Berry #58393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

 BLUE value IS 62 (24.61% from 255) = 29.95%

R = 42.51%
G = 27.54%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58393E (or 0x58393E) is known color: Wine Berry. HEX triplet: 58, 39 and 3E. RGB value is (88,57,62). Sum of RGB (Red+Green+Blue) = 88+57+62=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #58393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58393E is #A7C6C1. Grayscale: #424242. Windows color (decimal): -10995394 or 4077912. OLE color: 4077912.

HSL color Cylindrical-coordinate representation of color #58393E: hue angle of 350.32º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58393E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 57 62 -
CMYK 0 0.35 0.30 0.65
HSL 350.32º 0.21% 0.28% -
HSV(B) 350.32º 0.35% 0.35% -
XYZ 6.36 5.35 5.25 -
YUV 66.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 88 57 62 0 0.35 0.30 0.65 350.32 0.21 0.28
Hex 58 39 3E 0 23 1E 41 15E 15 1C
Octal 130 71 76 0 43 36 101 536 25 34
Binary 1011000 111001 111110 0 100011 11110 1000001 101011110 10101 11100

Color Harmonies of #58393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58393E

Black with #58393E

Text Example


Text Example

White with #58393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58393E; }

 p { color: rgb(88,57,62); }

 H1.HeaderClassName
 {
   color: #58393E;
 }
 .AnyTagClassName
 {
   color: #58393E;
 }
</style>

background-color css

<style>
 a { background-color: #58393E; }

 a { background-color: rgb(88,57,62); }

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

border-color css

<style>
 span { border-color: #58393E; }

 span { border-color: rgb(88,57,62); }

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