Html Css Color HEX #58333A Wine Berry

📋 copy color: '#58333A'

red 88 ◦ green 51 ◦ blue 58

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

Shades of Wine Berry #58333A

Tints of Wine Berry #58333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

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

R = 44.67%
G = 25.89%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58333A (or 0x58333A) is known color: Wine Berry. HEX triplet: 58, 33 and 3A. RGB value is (88,51,58). Sum of RGB (Red+Green+Blue) = 88+51+58=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58333A is #A7CCC5. Grayscale: #3E3E3E. Windows color (decimal): -10996934 or 3814232. OLE color: 3814232.

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

Color convert

RGB 88 51 58 -
CMYK 0 0.42 0.34 0.65
HSL 348.65º 0.27% 0.27% -
HSV(B) 348.65º 0.42% 0.35% -
XYZ 5.97 4.75 4.6 -
YUV 62.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 88 51 58 0 0.42 0.34 0.65 348.65 0.27 0.27
Hex 58 33 3A 0 2A 22 41 15D 1B 1B
Octal 130 63 72 0 52 42 101 535 33 33
Binary 1011000 110011 111010 0 101010 100010 1000001 101011101 11011 11011

Color Harmonies of #58333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58333A

Black with #58333A

Text Example


Text Example

White with #58333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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