Html Css Color HEX #58373C Wine Berry

📋 copy color: '#58373C'

red 88 ◦ green 55 ◦ blue 60

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

Shades of Wine Berry #58373C

Tints of Wine Berry #58373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 43.35%
G = 27.09%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58373C (or 0x58373C) is known color: Wine Berry. HEX triplet: 58, 37 and 3C. RGB value is (88,55,60). Sum of RGB (Red+Green+Blue) = 88+55+60=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58373C is #A7C8C3. Grayscale: #414141. Windows color (decimal): -10995908 or 3946328. OLE color: 3946328.

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

Color convert

RGB 88 55 60 -
CMYK 0 0.38 0.32 0.65
HSL 350.91º 0.23% 0.28% -
HSV(B) 350.91º 0.38% 0.35% -
XYZ 6.21 5.13 4.94 -
YUV 65.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 88 55 60 0 0.38 0.32 0.65 350.91 0.23 0.28
Hex 58 37 3C 0 26 20 41 15F 17 1C
Octal 130 67 74 0 46 40 101 537 27 34
Binary 1011000 110111 111100 0 100110 100000 1000001 101011111 10111 11100

Color Harmonies of #58373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58373C

Black with #58373C

Text Example


Text Example

White with #58373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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