#583238

Color #583238 Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #583238

Tints of Wine Berry #583238

Color information

#583238 (or 0x583238) is unknown color: approx Wine Berry. HEX triplet: 58, 32 and 38. RGB value is (88,50,56). Sum of RGB (Red+Green+Blue) = 88+50+56=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #583238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583238 is #A7CDC7. Grayscale: #3E3E3E. Windows color (decimal): -10997192 or 3682904. OLE color: 3682904.

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

Color convert

RGB885056-
CMYK00.430.360.65
HSL350.53º27.54%27.06%-
HSV(B)350.53º43.18%34.51%-
XYZ5.884.644.33-
YUV62.05124.59146.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.36%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 56 (22.27% from 255) = 28.87%
R=45.36%
G=25.77%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88505600.430.360.65350.5327.5427.06
Hex58323802B244115f1c1b
Octal1306270053441015373433
Binary1011000110010111000010101110010010000011010111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583238; }

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

 H1.HeaderClassName
 {
   color: #583238;
 }
 .AnyTagClassName
 {
   color: #583238;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #583238;
 }
 .BgClassName
 {
   background-color: #583238;
 }
</style>
border-color css

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

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

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