Html Css Color HEX #582A31 Wine Berry

📋 copy color: '#582A31'

red 88 ◦ green 42 ◦ blue 49

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

Shades of Wine Berry #582A31

Tints of Wine Berry #582A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.46%

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

R = 49.16%
G = 23.46%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#582A31 (or 0x582A31) is known color: Wine Berry. HEX triplet: 58, 2A and 31. RGB value is (88,42,49). Sum of RGB (Red+Green+Blue) = 88+42+49=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #582A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A31 is #A7D5CE. Grayscale: #383838. Windows color (decimal): -10999247 or 3222104. OLE color: 3222104.

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

Color convert

RGB 88 42 49 -
CMYK 0 0.52 0.44 0.65
HSL 350.87º 0.35% 0.25% -
HSV(B) 350.87º 0.52% 0.35% -
XYZ 5.41 3.95 3.38 -
YUV 56.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 88 42 49 0 0.52 0.44 0.65 350.87 0.35 0.25
Hex 58 2A 31 0 34 2C 41 15F 23 19
Octal 130 52 61 0 64 54 101 537 43 31
Binary 1011000 101010 110001 0 110100 101100 1000001 101011111 100011 11001

Color Harmonies of #582A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A31

Black with #582A31

Text Example


Text Example

White with #582A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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