Html Css Color HEX #58373B Wine Berry

📋 copy color: '#58373B'

red 88 ◦ green 55 ◦ blue 59

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

Shades of Wine Berry #58373B

Tints of Wine Berry #58373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.21%

R = 43.56%
G = 27.23%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58373B (or 0x58373B) is known color: Wine Berry. HEX triplet: 58, 37 and 3B. RGB value is (88,55,59). Sum of RGB (Red+Green+Blue) = 88+55+59=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58373B is #A7C8C4. Grayscale: #414141. Windows color (decimal): -10995909 or 3880792. OLE color: 3880792.

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

Color convert

RGB 88 55 59 -
CMYK 0 0.38 0.33 0.65
HSL 352.73º 0.23% 0.28% -
HSV(B) 352.73º 0.38% 0.35% -
XYZ 6.18 5.12 4.8 -
YUV 65.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 88 55 59 0 0.38 0.33 0.65 352.73 0.23 0.28
Hex 58 37 3B 0 26 21 41 161 17 1C
Octal 130 67 73 0 46 41 101 541 27 34
Binary 1011000 110111 111011 0 100110 100001 1000001 101100001 10111 11100

Color Harmonies of #58373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58373B

Black with #58373B

Text Example


Text Example

White with #58373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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