Html Css Color HEX #58373E Wine Berry

📋 copy color: '#58373E'

red 88 ◦ green 55 ◦ blue 62

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

Shades of Wine Berry #58373E

Tints of Wine Berry #58373E

RGB

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

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

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

R = 42.93%
G = 26.83%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58373E (or 0x58373E) is known color: Wine Berry. HEX triplet: 58, 37 and 3E. RGB value is (88,55,62). Sum of RGB (Red+Green+Blue) = 88+55+62=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58373E is #A7C8C1. Grayscale: #414141. Windows color (decimal): -10995906 or 4077400. OLE color: 4077400.

HSL color Cylindrical-coordinate representation of color #58373E: hue angle of 347.27º 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 #58373E is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 55 62 -
CMYK 0 0.38 0.30 0.65
HSL 347.27º 0.23% 0.28% -
HSV(B) 347.27º 0.38% 0.35% -
XYZ 6.26 5.15 5.22 -
YUV 65.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 88 55 62 0 0.38 0.30 0.65 347.27 0.23 0.28
Hex 58 37 3E 0 26 1E 41 15B 17 1C
Octal 130 67 76 0 46 36 101 533 27 34
Binary 1011000 110111 111110 0 100110 11110 1000001 101011011 10111 11100

Color Harmonies of #58373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58373E

Black with #58373E

Text Example


Text Example

White with #58373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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