#583038

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

Shades of Wine Berry #583038

Tints of Wine Berry #583038

Color information

#583038 (or 0x583038) is unknown color: approx Wine Berry. HEX triplet: 58, 30 and 38. RGB value is (88,48,56). Sum of RGB (Red+Green+Blue) = 88+48+56=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #583038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583038 is #A7CFC7. Grayscale: #3C3C3C. Windows color (decimal): -10997704 or 3682392. OLE color: 3682392.

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

Color convert

RGB884856-
CMYK00.450.360.65
HSL348º29.41%26.67%-
HSV(B)348º45.45%34.51%-
XYZ5.84.474.3-
YUV60.87125.25147.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=45.83%
G=25%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88485600.450.360.6534829.4126.67
Hex58303802D244115c1d1b
Octal1306070055441015343533
Binary1011000110000111000010110110010010000011010111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583038; }

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

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

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

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

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

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

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

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