#512F3A

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

Shades of Wine Berry #512F3A

Tints of Wine Berry #512F3A

Color information

#512F3A (or 0x512F3A) is unknown color: approx Wine Berry. HEX triplet: 51, 2F and 3A. RGB value is (81,47,58). Sum of RGB (Red+Green+Blue) = 81+47+58=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #512F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F3A is #AED0C5. Grayscale: #3A3A3A. Windows color (decimal): -11456710 or 3813201. OLE color: 3813201.

HSL color Cylindrical-coordinate representation of color #512F3A: hue angle of 340.59º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #512F3A is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB814758-
CMYK00.420.280.68
HSL340.59º26.56%25.1%-
HSV(B)340.59º41.98%31.76%-
XYZ5.174.094.52-
YUV58.42127.76144.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=43.55%
G=25.27%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81475800.420.280.68340.5926.5625.1
Hex512F3A02A1C441551b19
Octal1215772052341045253331
Binary101000110111111101001010101110010001001010101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512F3A; }

 p { color: rgb(81,47,58); }

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

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

 a { background-color: rgb(81,47,58); }

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

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

 span { border-color: rgb(81,47,58); }

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