Html Css Color HEX #58353A Wine Berry

📋 copy color: '#58353A'

red 88 ◦ green 53 ◦ blue 58

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

Shades of Wine Berry #58353A

Tints of Wine Berry #58353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 44.22%
G = 26.63%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58353A (or 0x58353A) is known color: Wine Berry. HEX triplet: 58, 35 and 3A. RGB value is (88,53,58). Sum of RGB (Red+Green+Blue) = 88+53+58=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58353A is #A7CAC5. Grayscale: #404040. Windows color (decimal): -10996422 or 3814744. OLE color: 3814744.

HSL color Cylindrical-coordinate representation of color #58353A: hue angle of 351.43º 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 #58353A is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 53 58 -
CMYK 0 0.40 0.34 0.65
HSL 351.43º 0.25% 0.28% -
HSV(B) 351.43º 0.4% 0.35% -
XYZ 6.06 4.93 4.63 -
YUV 64.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 88 53 58 0 0.40 0.34 0.65 351.43 0.25 0.28
Hex 58 35 3A 0 28 22 41 15F 19 1C
Octal 130 65 72 0 50 42 101 537 31 34
Binary 1011000 110101 111010 0 101000 100010 1000001 101011111 11001 11100

Color Harmonies of #58353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58353A

Black with #58353A

Text Example


Text Example

White with #58353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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