#53313B

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

Shades of Wine Berry #53313B

Tints of Wine Berry #53313B

Color information

#53313B (or 0x53313B) is unknown color: approx Wine Berry. HEX triplet: 53, 31 and 3B. RGB value is (83,49,59). Sum of RGB (Red+Green+Blue) = 83+49+59=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53313B is #ACCEC4. Grayscale: #3C3C3C. Windows color (decimal): -11325125 or 3879251. OLE color: 3879251.

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

Color convert

RGB834959-
CMYK00.410.290.67
HSL342.35º25.76%25.88%-
HSV(B)342.35º40.96%32.55%-
XYZ5.464.354.69-
YUV60.31127.26144.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=43.46%
G=25.65%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83495900.410.290.67342.3525.7625.88
Hex53313B0291D431561a1a
Octal1236173051351035263232
Binary101001111000111101101010011110110000111010101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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