#51353E

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

Shades of Wine Berry #51353E

Tints of Wine Berry #51353E

Color information

#51353E (or 0x51353E) is unknown color: approx Wine Berry. HEX triplet: 51, 35 and 3E. RGB value is (81,53,62). Sum of RGB (Red+Green+Blue) = 81+53+62=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51353E is #AECAC1. Grayscale: #3E3E3E. Windows color (decimal): -11455170 or 4076881. OLE color: 4076881.

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

Color convert

RGB815362-
CMYK00.350.230.68
HSL340.71º20.9%26.27%-
HSV(B)340.71º34.57%31.76%-
XYZ5.544.645.16-
YUV62.4127.78141.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=41.33%
G=27.04%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81536200.350.230.68340.7120.926.27
Hex51353E0231744155151a
Octal1216576043271045252532
Binary101000111010111111001000111011110001001010101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51353E; }

 p { color: rgb(81,53,62); }

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

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

 a { background-color: rgb(81,53,62); }

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

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

 span { border-color: rgb(81,53,62); }

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