Html Css Color HEX #58313C Wine Berry

📋 copy color: '#58313C'

red 88 ◦ green 49 ◦ blue 60

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

Shades of Wine Berry #58313C

Tints of Wine Berry #58313C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.87%

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

R = 44.67%
G = 24.87%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58313C (or 0x58313C) is known color: Wine Berry. HEX triplet: 58, 31 and 3C. RGB value is (88,49,60). Sum of RGB (Red+Green+Blue) = 88+49+60=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58313C is #A7CEC3. Grayscale: #3D3D3D. Windows color (decimal): -10997444 or 3944792. OLE color: 3944792.

HSL color Cylindrical-coordinate representation of color #58313C: hue angle of 343.08º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58313C is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 49 60 -
CMYK 0 0.44 0.32 0.65
HSL 343.08º 0.28% 0.27% -
HSV(B) 343.08º 0.44% 0.35% -
XYZ 5.94 4.6 4.85 -
YUV 61.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 88 49 60 0 0.44 0.32 0.65 343.08 0.28 0.27
Hex 58 31 3C 0 2C 20 41 157 1C 1B
Octal 130 61 74 0 54 40 101 527 34 33
Binary 1011000 110001 111100 0 101100 100000 1000001 101010111 11100 11011

Color Harmonies of #58313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58313C

Black with #58313C

Text Example


Text Example

White with #58313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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