Html Css Color HEX #582931 Wine Berry

📋 copy color: '#582931'

red 88 ◦ green 41 ◦ blue 49

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

Shades of Wine Berry #582931

Tints of Wine Berry #582931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

 BLUE value IS 49 (19.53% from 255) = 27.53%

R = 49.44%
G = 23.03%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#582931 (or 0x582931) is known color: Wine Berry. HEX triplet: 58, 29 and 31. RGB value is (88,41,49). Sum of RGB (Red+Green+Blue) = 88+41+49=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #582931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582931 is #A7D6CE. Grayscale: #373737. Windows color (decimal): -10999503 or 3221848. OLE color: 3221848.

HSL color Cylindrical-coordinate representation of color #582931: hue angle of 349.79º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #582931 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 41 49 -
CMYK 0 0.53 0.44 0.65
HSL 349.79º 0.36% 0.25% -
HSV(B) 349.79º 0.53% 0.35% -
XYZ 5.37 3.88 3.37 -
YUV 55.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 88 41 49 0 0.53 0.44 0.65 349.79 0.36 0.25
Hex 58 29 31 0 35 2C 41 15E 24 19
Octal 130 51 61 0 65 54 101 536 44 31
Binary 1011000 101001 110001 0 110101 101100 1000001 101011110 100100 11001

Color Harmonies of #582931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582931

Black with #582931

Text Example


Text Example

White with #582931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582931; }

 p { color: rgb(88,41,49); }

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

background-color css

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

 a { background-color: rgb(88,41,49); }

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

border-color css

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

 span { border-color: rgb(88,41,49); }

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