#51333A

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

Shades of Wine Berry #51333A

Tints of Wine Berry #51333A

Color information

#51333A (or 0x51333A) is unknown color: approx Wine Berry. HEX triplet: 51, 33 and 3A. RGB value is (81,51,58). Sum of RGB (Red+Green+Blue) = 81+51+58=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #51333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51333A is #AECCC5. Grayscale: #3C3C3C. Windows color (decimal): -11455686 or 3814225. OLE color: 3814225.

HSL color Cylindrical-coordinate representation of color #51333A: hue angle of 346º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51333A is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB815158-
CMYK00.370.280.68
HSL346º22.73%25.88%-
HSV(B)346º37.04%31.76%-
XYZ5.344.424.58-
YUV60.77126.44142.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=42.63%
G=26.84%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81515800.370.280.6834622.7325.88
Hex51333A0251C4415a171a
Octal1216372045341045322732
Binary101000111001111101001001011110010001001010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51333A; }

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

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

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

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

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

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

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

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