#512930

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

Shades of Wine Berry #512930

Tints of Wine Berry #512930

Color information

#512930 (or 0x512930) is unknown color: approx Wine Berry. HEX triplet: 51, 29 and 30. RGB value is (81,41,48). Sum of RGB (Red+Green+Blue) = 81+41+48=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512930 is #AED6CF. Grayscale: #353535. Windows color (decimal): -11458256 or 3156305. OLE color: 3156305.

HSL color Cylindrical-coordinate representation of color #512930: hue angle of 349.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #512930 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB814148-
CMYK00.490.410.68
HSL349.5º32.79%23.92%-
HSV(B)349.5º49.38%31.76%-
XYZ4.723.553.23-
YUV53.76124.75147.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=47.65%
G=24.12%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81414800.490.410.68349.532.7923.92
Hex512930031294415e2118
Octal1215160061511045364130
Binary10100011010011100000110001101001100010010101111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512930; }

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

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

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

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

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

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

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

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