Html Css Color HEX #58343A Wine Berry

📋 copy color: '#58343A'

red 88 ◦ green 52 ◦ blue 58

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

Shades of Wine Berry #58343A

Tints of Wine Berry #58343A

RGB

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

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

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

R = 44.44%
G = 26.26%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58343A (or 0x58343A) is known color: Wine Berry. HEX triplet: 58, 34 and 3A. RGB value is (88,52,58). Sum of RGB (Red+Green+Blue) = 88+52+58=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58343A is #A7CBC5. Grayscale: #3F3F3F. Windows color (decimal): -10996678 or 3814488. OLE color: 3814488.

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

Color convert

RGB 88 52 58 -
CMYK 0 0.41 0.34 0.65
HSL 350º 0.26% 0.27% -
HSV(B) 350º 0.41% 0.35% -
XYZ 6.02 4.84 4.62 -
YUV 63.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 88 52 58 0 0.41 0.34 0.65 350 0.26 0.27
Hex 58 34 3A 0 29 22 41 15E 1A 1B
Octal 130 64 72 0 51 42 101 536 32 33
Binary 1011000 110100 111010 0 101001 100010 1000001 101011110 11010 11011

Color Harmonies of #58343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58343A

Black with #58343A

Text Example


Text Example

White with #58343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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