#53383E

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

Shades of Wine Berry #53383E

Tints of Wine Berry #53383E

Color information

#53383E (or 0x53383E) is unknown color: approx Wine Berry. HEX triplet: 53, 38 and 3E. RGB value is (83,56,62). Sum of RGB (Red+Green+Blue) = 83+56+62=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53383E is #ACC7C1. Grayscale: #404040. Windows color (decimal): -11323330 or 4077651. OLE color: 4077651.

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

Color convert

RGB835662-
CMYK00.330.250.67
HSL346.67º19.42%27.25%-
HSV(B)346.67º32.53%32.55%-
XYZ5.855.025.22-
YUV64.76126.45141.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 56 (22.27% from 255) = 27.86%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=41.29%
G=27.86%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83566200.330.250.67346.6719.4227.25
Hex53383E021194315b131b
Octal1237076041311035332333
Binary101001111100011111001000011100110000111010110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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