#58363B

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

Shades of Wine Berry #58363B

Tints of Wine Berry #58363B

Color information

#58363B (or 0x58363B) is unknown color: approx Wine Berry. HEX triplet: 58, 36 and 3B. RGB value is (88,54,59). Sum of RGB (Red+Green+Blue) = 88+54+59=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58363B is #A7C9C4. Grayscale: #404040. Windows color (decimal): -10996165 or 3880536. OLE color: 3880536.

HSL color Cylindrical-coordinate representation of color #58363B: hue angle of 351.18º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58363B is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB885459-
CMYK00.390.330.65
HSL351.18º23.94%27.84%-
HSV(B)351.18º38.64%34.51%-
XYZ6.135.034.79-
YUV64.74124.76144.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=43.78%
G=26.87%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88545900.390.330.65351.1823.9427.84
Hex58363B027214115f181c
Octal1306673047411015373034
Binary1011000110110111011010011110000110000011010111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58363B; }

 p { color: rgb(88,54,59); }

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

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

 a { background-color: rgb(88,54,59); }

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

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

 span { border-color: rgb(88,54,59); }

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