#52313B

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

Shades of Wine Berry #52313B

Tints of Wine Berry #52313B

Color information

#52313B (or 0x52313B) is unknown color: approx Wine Berry. HEX triplet: 52, 31 and 3B. RGB value is (82,49,59). Sum of RGB (Red+Green+Blue) = 82+49+59=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #52313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52313B is #ADCEC4. Grayscale: #3C3C3C. Windows color (decimal): -11390661 or 3879250. OLE color: 3879250.

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

Color convert

RGB824959-
CMYK00.400.280.68
HSL341.82º25.19%25.69%-
HSV(B)341.82º40.24%32.16%-
XYZ5.374.314.69-
YUV60.01127.43143.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 59 (23.44% from 255) = 31.05%
R=43.16%
G=25.79%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82495900.400.280.68341.8225.1925.69
Hex52313B0281C44156191a
Octal1226173050341045263132
Binary101001011000111101101010001110010001001010101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,49,59); }

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

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

 a { background-color: rgb(82,49,59); }

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

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

 span { border-color: rgb(82,49,59); }

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