#533238

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

Shades of Wine Berry #533238

Tints of Wine Berry #533238

Color information

#533238 (or 0x533238) is unknown color: approx Wine Berry. HEX triplet: 53, 32 and 38. RGB value is (83,50,56). Sum of RGB (Red+Green+Blue) = 83+50+56=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #533238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533238 is #ACCDC7. Grayscale: #3C3C3C. Windows color (decimal): -11324872 or 3682899. OLE color: 3682899.

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

Color convert

RGB835056-
CMYK00.400.330.67
HSL349.09º24.81%26.08%-
HSV(B)349.09º39.76%32.55%-
XYZ5.424.414.31-
YUV60.55125.43144.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 56 (22.27% from 255) = 29.63%
R=43.92%
G=26.46%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83505600.400.330.67349.0924.8126.08
Hex533238028214315d191a
Octal1236270050411035353132
Binary1010011110010111000010100010000110000111010111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533238; }

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

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

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

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

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

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

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

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