#53333F

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

Shades of Wine Berry #53333F

Tints of Wine Berry #53333F

Color information

#53333F (or 0x53333F) is unknown color: approx Wine Berry. HEX triplet: 53, 33 and 3F. RGB value is (83,51,63). Sum of RGB (Red+Green+Blue) = 83+51+63=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53333F is #ACCCC0. Grayscale: #3D3D3D. Windows color (decimal): -11324609 or 4141907. OLE color: 4141907.

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

Color convert

RGB835163-
CMYK00.390.240.67
HSL337.5º23.88%26.27%-
HSV(B)337.5º38.55%32.55%-
XYZ5.654.575.29-
YUV61.94128.6143.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 63 (25% from 255) = 31.98%
R=42.13%
G=25.89%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83516300.390.240.67337.523.8826.27
Hex53333F0271843152181a
Octal1236377047301035223032
Binary101001111001111111101001111100010000111010100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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