#533035

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

Shades of Wine Berry #533035

Tints of Wine Berry #533035

Color information

#533035 (or 0x533035) is unknown color: approx Wine Berry. HEX triplet: 53, 30 and 35. RGB value is (83,48,53). Sum of RGB (Red+Green+Blue) = 83+48+53=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #533035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533035 is #ACCFCA. Grayscale: #3B3B3B. Windows color (decimal): -11325387 or 3485779. OLE color: 3485779.

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

Color convert

RGB834853-
CMYK00.420.360.67
HSL351.43º26.72%25.69%-
HSV(B)351.43º42.17%32.55%-
XYZ5.274.213.9-
YUV59.04124.6145.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 53 (21.09% from 255) = 28.80%
R=45.11%
G=26.09%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83485300.420.360.67351.4326.7225.69
Hex53303502A244315f1b1a
Octal1236065052441035373332
Binary1010011110000110101010101010010010000111010111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533035; }

 p { color: rgb(83,48,53); }

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

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

 a { background-color: rgb(83,48,53); }

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

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

 span { border-color: rgb(83,48,53); }

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