#532930

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

Shades of Wine Berry #532930

Tints of Wine Berry #532930

Color information

#532930 (or 0x532930) is unknown color: approx Wine Berry. HEX triplet: 53, 29 and 30. RGB value is (83,41,48). Sum of RGB (Red+Green+Blue) = 83+41+48=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532930 is #ACD6CF. Grayscale: #363636. Windows color (decimal): -11327184 or 3156307. OLE color: 3156307.

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

Color convert

RGB834148-
CMYK00.510.420.67
HSL350º33.87%24.31%-
HSV(B)350º50.6%32.55%-
XYZ4.893.643.24-
YUV54.36124.41148.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=48.26%
G=23.84%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83414800.510.420.6735033.8724.31
Hex5329300332A4315e2218
Octal1235160063521035364230
Binary10100111010011100000110011101010100001110101111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532930; }

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

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

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

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

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

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

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

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