Html Css Color HEX #58383E Wine Berry

📋 copy color: '#58383E'

red 88 ◦ green 56 ◦ blue 62

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

Shades of Wine Berry #58383E

Tints of Wine Berry #58383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

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

R = 42.72%
G = 27.18%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58383E (or 0x58383E) is known color: Wine Berry. HEX triplet: 58, 38 and 3E. RGB value is (88,56,62). Sum of RGB (Red+Green+Blue) = 88+56+62=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #58383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58383E is #A7C7C1. Grayscale: #424242. Windows color (decimal): -10995650 or 4077656. OLE color: 4077656.

HSL color Cylindrical-coordinate representation of color #58383E: hue angle of 348.75º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58383E is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 56 62 -
CMYK 0 0.36 0.30 0.65
HSL 348.75º 0.22% 0.28% -
HSV(B) 348.75º 0.36% 0.35% -
XYZ 6.31 5.25 5.24 -
YUV 66.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 88 56 62 0 0.36 0.30 0.65 348.75 0.22 0.28
Hex 58 38 3E 0 24 1E 41 15D 16 1C
Octal 130 70 76 0 44 36 101 535 26 34
Binary 1011000 111000 111110 0 100100 11110 1000001 101011101 10110 11100

Color Harmonies of #58383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58383E

Black with #58383E

Text Example


Text Example

White with #58383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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