Html Css Color HEX #58323A Wine Berry

📋 copy color: '#58323A'

red 88 ◦ green 50 ◦ blue 58

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

Shades of Wine Berry #58323A

Tints of Wine Berry #58323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 44.9%
G = 25.51%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58323A (or 0x58323A) is known color: Wine Berry. HEX triplet: 58, 32 and 3A. RGB value is (88,50,58). Sum of RGB (Red+Green+Blue) = 88+50+58=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58323A is #A7CDC5. Grayscale: #3E3E3E. Windows color (decimal): -10997190 or 3813976. OLE color: 3813976.

HSL color Cylindrical-coordinate representation of color #58323A: hue angle of 347.37º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58323A is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 50 58 -
CMYK 0 0.43 0.34 0.65
HSL 347.37º 0.28% 0.27% -
HSV(B) 347.37º 0.43% 0.35% -
XYZ 5.93 4.66 4.59 -
YUV 62.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 88 50 58 0 0.43 0.34 0.65 347.37 0.28 0.27
Hex 58 32 3A 0 2B 22 41 15B 1C 1B
Octal 130 62 72 0 53 42 101 533 34 33
Binary 1011000 110010 111010 0 101011 100010 1000001 101011011 11100 11011

Color Harmonies of #58323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58323A

Black with #58323A

Text Example


Text Example

White with #58323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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