Html Css Color HEX #58343B Wine Berry

📋 copy color: '#58343B'

red 88 ◦ green 52 ◦ blue 59

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

Shades of Wine Berry #58343B

Tints of Wine Berry #58343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

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

R = 44.22%
G = 26.13%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58343B (or 0x58343B) is known color: Wine Berry. HEX triplet: 58, 34 and 3B. RGB value is (88,52,59). Sum of RGB (Red+Green+Blue) = 88+52+59=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58343B is #A7CBC4. Grayscale: #3F3F3F. Windows color (decimal): -10996677 or 3880024. OLE color: 3880024.

HSL color Cylindrical-coordinate representation of color #58343B: hue angle of 348.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58343B is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 52 59 -
CMYK 0 0.41 0.33 0.65
HSL 348.33º 0.26% 0.27% -
HSV(B) 348.33º 0.41% 0.35% -
XYZ 6.04 4.85 4.75 -
YUV 63.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 88 52 59 0 0.41 0.33 0.65 348.33 0.26 0.27
Hex 58 34 3B 0 29 21 41 15C 1A 1B
Octal 130 64 73 0 51 41 101 534 32 33
Binary 1011000 110100 111011 0 101001 100001 1000001 101011100 11010 11011

Color Harmonies of #58343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58343B

Black with #58343B

Text Example


Text Example

White with #58343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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