#53313E

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

Shades of Wine Berry #53313E

Tints of Wine Berry #53313E

Color information

#53313E (or 0x53313E) is unknown color: approx Wine Berry. HEX triplet: 53, 31 and 3E. RGB value is (83,49,62). Sum of RGB (Red+Green+Blue) = 83+49+62=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53313E is #ACCEC1. Grayscale: #3C3C3C. Windows color (decimal): -11325122 or 4075859. OLE color: 4075859.

HSL color Cylindrical-coordinate representation of color #53313E: hue angle of 337.06º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53313E is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB834962-
CMYK00.410.250.67
HSL337.06º25.76%25.88%-
HSV(B)337.06º40.96%32.55%-
XYZ5.544.385.11-
YUV60.65128.76143.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=42.78%
G=25.26%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83496200.410.250.67337.0625.7625.88
Hex53313E02919431511a1a
Octal1236176051311035213232
Binary101001111000111111001010011100110000111010100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53313E; }

 p { color: rgb(83,49,62); }

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

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

 a { background-color: rgb(83,49,62); }

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

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

 span { border-color: rgb(83,49,62); }

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