Html Css Color HEX #58353E Wine Berry

📋 copy color: '#58353E'

red 88 ◦ green 53 ◦ blue 62

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

Shades of Wine Berry #58353E

Tints of Wine Berry #58353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 43.35%
G = 26.11%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58353E (or 0x58353E) is known color: Wine Berry. HEX triplet: 58, 35 and 3E. RGB value is (88,53,62). Sum of RGB (Red+Green+Blue) = 88+53+62=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58353E is #A7CAC1. Grayscale: #404040. Windows color (decimal): -10996418 or 4076888. OLE color: 4076888.

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

Color convert

RGB 88 53 62 -
CMYK 0 0.40 0.30 0.65
HSL 344.57º 0.25% 0.28% -
HSV(B) 344.57º 0.4% 0.35% -
XYZ 6.17 4.97 5.19 -
YUV 64.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 88 53 62 0 0.40 0.30 0.65 344.57 0.25 0.28
Hex 58 35 3E 0 28 1E 41 159 19 1C
Octal 130 65 76 0 50 36 101 531 31 34
Binary 1011000 110101 111110 0 101000 11110 1000001 101011001 11001 11100

Color Harmonies of #58353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58353E

Black with #58353E

Text Example


Text Example

White with #58353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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