Html Css Color HEX #58353B Wine Berry

📋 copy color: '#58353B'

red 88 ◦ green 53 ◦ blue 59

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

Shades of Wine Berry #58353B

Tints of Wine Berry #58353B

RGB

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

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

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

R = 44%
G = 26.5%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58353B (or 0x58353B) is known color: Wine Berry. HEX triplet: 58, 35 and 3B. RGB value is (88,53,59). Sum of RGB (Red+Green+Blue) = 88+53+59=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58353B is #A7CAC4. Grayscale: #404040. Windows color (decimal): -10996421 or 3880280. OLE color: 3880280.

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

Color convert

RGB 88 53 59 -
CMYK 0 0.40 0.33 0.65
HSL 349.71º 0.25% 0.28% -
HSV(B) 349.71º 0.4% 0.35% -
XYZ 6.09 4.94 4.77 -
YUV 64.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 88 53 59 0 0.40 0.33 0.65 349.71 0.25 0.28
Hex 58 35 3B 0 28 21 41 15E 19 1C
Octal 130 65 73 0 50 41 101 536 31 34
Binary 1011000 110101 111011 0 101000 100001 1000001 101011110 11001 11100

Color Harmonies of #58353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58353B

Black with #58353B

Text Example


Text Example

White with #58353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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