#53313A

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

Shades of Wine Berry #53313A

Tints of Wine Berry #53313A

Color information

#53313A (or 0x53313A) is unknown color: approx Wine Berry. HEX triplet: 53, 31 and 3A. RGB value is (83,49,58). Sum of RGB (Red+Green+Blue) = 83+49+58=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53313A is #ACCEC5. Grayscale: #3C3C3C. Windows color (decimal): -11325126 or 3813715. OLE color: 3813715.

HSL color Cylindrical-coordinate representation of color #53313A: hue angle of 344.12º 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 #53313A is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB834958-
CMYK00.410.300.67
HSL344.12º25.76%25.88%-
HSV(B)344.12º40.96%32.55%-
XYZ5.434.344.55-
YUV60.19126.76144.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=43.68%
G=25.79%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83495800.410.300.67344.1225.7625.88
Hex53313A0291E431581a1a
Octal1236172051361035303232
Binary101001111000111101001010011111010000111010110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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