Html Css Color HEX #58333B Wine Berry

📋 copy color: '#58333B'

red 88 ◦ green 51 ◦ blue 59

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

Shades of Wine Berry #58333B

Tints of Wine Berry #58333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.8%

R = 44.44%
G = 25.76%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58333B (or 0x58333B) is known color: Wine Berry. HEX triplet: 58, 33 and 3B. RGB value is (88,51,59). Sum of RGB (Red+Green+Blue) = 88+51+59=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58333B is #A7CCC4. Grayscale: #3E3E3E. Windows color (decimal): -10996933 or 3879768. OLE color: 3879768.

HSL color Cylindrical-coordinate representation of color #58333B: hue angle of 347.03º 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 #58333B is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 51 59 -
CMYK 0 0.42 0.33 0.65
HSL 347.03º 0.27% 0.27% -
HSV(B) 347.03º 0.42% 0.35% -
XYZ 6 4.76 4.74 -
YUV 62.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 88 51 59 0 0.42 0.33 0.65 347.03 0.27 0.27
Hex 58 33 3B 0 2A 21 41 15B 1B 1B
Octal 130 63 73 0 52 41 101 533 33 33
Binary 1011000 110011 111011 0 101010 100001 1000001 101011011 11011 11011

Color Harmonies of #58333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58333B

Black with #58333B

Text Example


Text Example

White with #58333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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