Html Css Color HEX #58343F Wine Berry

📋 copy color: '#58343F'

red 88 ◦ green 52 ◦ blue 63

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

Shades of Wine Berry #58343F

Tints of Wine Berry #58343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.03%

R = 43.35%
G = 25.62%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58343F (or 0x58343F) is known color: Wine Berry. HEX triplet: 58, 34 and 3F. RGB value is (88,52,63). Sum of RGB (Red+Green+Blue) = 88+52+63=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58343F is #A7CBC0. Grayscale: #404040. Windows color (decimal): -10996673 or 4142168. OLE color: 4142168.

HSL color Cylindrical-coordinate representation of color #58343F: hue angle of 341.67º 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 #58343F is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 52 63 -
CMYK 0 0.41 0.28 0.65
HSL 341.67º 0.26% 0.27% -
HSV(B) 341.67º 0.41% 0.35% -
XYZ 6.15 4.89 5.32 -
YUV 64.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 88 52 63 0 0.41 0.28 0.65 341.67 0.26 0.27
Hex 58 34 3F 0 29 1C 41 156 1A 1B
Octal 130 64 77 0 51 34 101 526 32 33
Binary 1011000 110100 111111 0 101001 11100 1000001 101010110 11010 11011

Color Harmonies of #58343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58343F

Black with #58343F

Text Example


Text Example

White with #58343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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