Html Css Color HEX #58373F Wine Berry

📋 copy color: '#58373F'

red 88 ◦ green 55 ◦ blue 63

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

Shades of Wine Berry #58373F

Tints of Wine Berry #58373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.58%

R = 42.72%
G = 26.7%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58373F (or 0x58373F) is known color: Wine Berry. HEX triplet: 58, 37 and 3F. RGB value is (88,55,63). Sum of RGB (Red+Green+Blue) = 88+55+63=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #58373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58373F is #A7C8C0. Grayscale: #414141. Windows color (decimal): -10995905 or 4142936. OLE color: 4142936.

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

Color convert

RGB 88 55 63 -
CMYK 0 0.38 0.28 0.65
HSL 345.45º 0.23% 0.28% -
HSV(B) 345.45º 0.38% 0.35% -
XYZ 6.29 5.17 5.37 -
YUV 65.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 88 55 63 0 0.38 0.28 0.65 345.45 0.23 0.28
Hex 58 37 3F 0 26 1C 41 159 17 1C
Octal 130 67 77 0 46 34 101 531 27 34
Binary 1011000 110111 111111 0 100110 11100 1000001 101011001 10111 11100

Color Harmonies of #58373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58373F

Black with #58373F

Text Example


Text Example

White with #58373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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