Html Css Color HEX #58333E Wine Berry

📋 copy color: '#58333E'

red 88 ◦ green 51 ◦ blue 62

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

Shades of Wine Berry #58333E

Tints of Wine Berry #58333E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.85%

R = 43.78%
G = 25.37%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58333E (or 0x58333E) is known color: Wine Berry. HEX triplet: 58, 33 and 3E. RGB value is (88,51,62). Sum of RGB (Red+Green+Blue) = 88+51+62=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58333E is #A7CCC1. Grayscale: #3F3F3F. Windows color (decimal): -10996930 or 4076376. OLE color: 4076376.

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

Color convert

RGB 88 51 62 -
CMYK 0 0.42 0.30 0.65
HSL 342.16º 0.27% 0.27% -
HSV(B) 342.16º 0.42% 0.35% -
XYZ 6.08 4.79 5.16 -
YUV 63.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 88 51 62 0 0.42 0.30 0.65 342.16 0.27 0.27
Hex 58 33 3E 0 2A 1E 41 156 1B 1B
Octal 130 63 76 0 52 36 101 526 33 33
Binary 1011000 110011 111110 0 101010 11110 1000001 101010110 11011 11011

Color Harmonies of #58333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58333E

Black with #58333E

Text Example


Text Example

White with #58333E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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