Html Css Color HEX #58353F Wine Berry

📋 copy color: '#58353F'

red 88 ◦ green 53 ◦ blue 63

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

Shades of Wine Berry #58353F

Tints of Wine Berry #58353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

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

R = 43.14%
G = 25.98%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58353F (or 0x58353F) is known color: Wine Berry. HEX triplet: 58, 35 and 3F. RGB value is (88,53,63). Sum of RGB (Red+Green+Blue) = 88+53+63=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58353F is #A7CAC0. Grayscale: #404040. Windows color (decimal): -10996417 or 4142424. OLE color: 4142424.

HSL color Cylindrical-coordinate representation of color #58353F: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58353F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 53 63 -
CMYK 0 0.40 0.28 0.65
HSL 342.86º 0.25% 0.28% -
HSV(B) 342.86º 0.4% 0.35% -
XYZ 6.19 4.98 5.34 -
YUV 64.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 88 53 63 0 0.40 0.28 0.65 342.86 0.25 0.28
Hex 58 35 3F 0 28 1C 41 157 19 1C
Octal 130 65 77 0 50 34 101 527 31 34
Binary 1011000 110101 111111 0 101000 11100 1000001 101010111 11001 11100

Color Harmonies of #58353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58353F

Black with #58353F

Text Example


Text Example

White with #58353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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