Html Css Color HEX #58333F Wine Berry

📋 copy color: '#58333F'

red 88 ◦ green 51 ◦ blue 63

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

Shades of Wine Berry #58333F

Tints of Wine Berry #58333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.19%

R = 43.56%
G = 25.25%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58333F (or 0x58333F) is known color: Wine Berry. HEX triplet: 58, 33 and 3F. RGB value is (88,51,63). Sum of RGB (Red+Green+Blue) = 88+51+63=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58333F is #A7CCC0. Grayscale: #3F3F3F. Windows color (decimal): -10996929 or 4141912. OLE color: 4141912.

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

Color convert

RGB 88 51 63 -
CMYK 0 0.42 0.28 0.65
HSL 340.54º 0.27% 0.27% -
HSV(B) 340.54º 0.42% 0.35% -
XYZ 6.11 4.8 5.31 -
YUV 63.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 88 51 63 0 0.42 0.28 0.65 340.54 0.27 0.27
Hex 58 33 3F 0 2A 1C 41 155 1B 1B
Octal 130 63 77 0 52 34 101 525 33 33
Binary 1011000 110011 111111 0 101010 11100 1000001 101010101 11011 11011

Color Harmonies of #58333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58333F

Black with #58333F

Text Example


Text Example

White with #58333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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