Html Css Color HEX #58343D Wine Berry

📋 copy color: '#58343D'

red 88 ◦ green 52 ◦ blue 61

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

Shades of Wine Berry #58343D

Tints of Wine Berry #58343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 43.78%
G = 25.87%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58343D (or 0x58343D) is known color: Wine Berry. HEX triplet: 58, 34 and 3D. RGB value is (88,52,61). Sum of RGB (Red+Green+Blue) = 88+52+61=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58343D is #A7CBC2. Grayscale: #3F3F3F. Windows color (decimal): -10996675 or 4011096. OLE color: 4011096.

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

Color convert

RGB 88 52 61 -
CMYK 0 0.41 0.31 0.65
HSL 345º 0.26% 0.27% -
HSV(B) 345º 0.41% 0.35% -
XYZ 6.09 4.87 5.03 -
YUV 63.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 88 52 61 0 0.41 0.31 0.65 345 0.26 0.27
Hex 58 34 3D 0 29 1F 41 159 1A 1B
Octal 130 64 75 0 51 37 101 531 32 33
Binary 1011000 110100 111101 0 101001 11111 1000001 101011001 11010 11011

Color Harmonies of #58343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58343D

Black with #58343D

Text Example


Text Example

White with #58343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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