#53363F

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

Shades of Wine Berry #53363F

Tints of Wine Berry #53363F

Color information

#53363F (or 0x53363F) is unknown color: approx Wine Berry. HEX triplet: 53, 36 and 3F. RGB value is (83,54,63). Sum of RGB (Red+Green+Blue) = 83+54+63=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #53363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53363F is #ACC9C0. Grayscale: #3F3F3F. Windows color (decimal): -11323841 or 4142675. OLE color: 4142675.

HSL color Cylindrical-coordinate representation of color #53363F: hue angle of 341.38º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53363F is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB835463-
CMYK00.350.240.67
HSL341.38º21.17%26.86%-
HSV(B)341.38º34.94%32.55%-
XYZ5.784.845.33-
YUV63.7127.61141.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 63 (25% from 255) = 31.5%
R=41.5%
G=27%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83546300.350.240.67341.3821.1726.86
Hex53363F0231843155151b
Octal1236677043301035252533
Binary101001111011011111101000111100010000111010101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53363F; }

 p { color: rgb(83,54,63); }

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

<style>
 a { background-color: #53363F; }

 a { background-color: rgb(83,54,63); }

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

<style>
 span { border-color: #53363F; }

 span { border-color: rgb(83,54,63); }

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