Html Css Color HEX #58383F Wine Berry

📋 copy color: '#58383F'

red 88 ◦ green 56 ◦ blue 63

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

Shades of Wine Berry #58383F

Tints of Wine Berry #58383F

RGB

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

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

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

R = 42.51%
G = 27.05%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58383F (or 0x58383F) is known color: Wine Berry. HEX triplet: 58, 38 and 3F. RGB value is (88,56,63). Sum of RGB (Red+Green+Blue) = 88+56+63=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #58383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58383F is #A7C7C0. Grayscale: #424242. Windows color (decimal): -10995649 or 4143192. OLE color: 4143192.

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

Color convert

RGB 88 56 63 -
CMYK 0 0.36 0.28 0.65
HSL 346.88º 0.22% 0.28% -
HSV(B) 346.88º 0.36% 0.35% -
XYZ 6.34 5.26 5.38 -
YUV 66.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 88 56 63 0 0.36 0.28 0.65 346.88 0.22 0.28
Hex 58 38 3F 0 24 1C 41 15B 16 1C
Octal 130 70 77 0 44 34 101 533 26 34
Binary 1011000 111000 111111 0 100100 11100 1000001 101011011 10110 11100

Color Harmonies of #58383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58383F

Black with #58383F

Text Example


Text Example

White with #58383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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