#513238

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

Shades of Wine Berry #513238

Tints of Wine Berry #513238

Color information

#513238 (or 0x513238) is unknown color: approx Wine Berry. HEX triplet: 51, 32 and 38. RGB value is (81,50,56). Sum of RGB (Red+Green+Blue) = 81+50+56=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513238 is #AECDC7. Grayscale: #3B3B3B. Windows color (decimal): -11455944 or 3682897. OLE color: 3682897.

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

Color convert

RGB815056-
CMYK00.380.310.68
HSL348.39º23.66%25.69%-
HSV(B)348.39º38.27%31.76%-
XYZ5.254.324.3-
YUV59.95125.77143.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=43.32%
G=26.74%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81505600.380.310.68348.3923.6625.69
Hex5132380261F4415c181a
Octal1216270046371045343032
Binary101000111001011100001001101111110001001010111001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513238; }

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

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

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

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

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

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

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

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