#53363B

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

Shades of Wine Berry #53363B

Tints of Wine Berry #53363B

Color information

#53363B (or 0x53363B) is unknown color: approx Wine Berry. HEX triplet: 53, 36 and 3B. RGB value is (83,54,59). Sum of RGB (Red+Green+Blue) = 83+54+59=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53363B is #ACC9C4. Grayscale: #3F3F3F. Windows color (decimal): -11323845 or 3880531. OLE color: 3880531.

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

Color convert

RGB835459-
CMYK00.350.290.67
HSL349.66º21.17%26.86%-
HSV(B)349.66º34.94%32.55%-
XYZ5.684.794.76-
YUV63.24125.61142.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 59 (23.44% from 255) = 30.10%
R=42.35%
G=27.55%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83545900.350.290.67349.6621.1726.86
Hex53363B0231D4315e151b
Octal1236673043351035362533
Binary101001111011011101101000111110110000111010111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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