#58303C

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

Shades of Wine Berry #58303C

Tints of Wine Berry #58303C

Color information

#58303C (or 0x58303C) is unknown color: approx Wine Berry. HEX triplet: 58, 30 and 3C. RGB value is (88,48,60). Sum of RGB (Red+Green+Blue) = 88+48+60=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58303C is #A7CFC3. Grayscale: #3D3D3D. Windows color (decimal): -10997700 or 3944536. OLE color: 3944536.

HSL color Cylindrical-coordinate representation of color #58303C: hue angle of 342º 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 #58303C is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB884860-
CMYK00.450.320.65
HSL342º29.41%26.67%-
HSV(B)342º45.45%34.51%-
XYZ5.94.514.84-
YUV61.33127.25147.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=44.90%
G=24.49%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88486000.450.320.6534229.4126.67
Hex58303C02D20411561d1b
Octal1306074055401015263533
Binary1011000110000111100010110110000010000011010101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58303C; }

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

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

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

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

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

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

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

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