#51363B

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

Shades of Wine Berry #51363B

Tints of Wine Berry #51363B

Color information

#51363B (or 0x51363B) is unknown color: approx Wine Berry. HEX triplet: 51, 36 and 3B. RGB value is (81,54,59). Sum of RGB (Red+Green+Blue) = 81+54+59=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #51363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51363B is #AEC9C4. Grayscale: #3E3E3E. Windows color (decimal): -11454917 or 3880529. OLE color: 3880529.

HSL color Cylindrical-coordinate representation of color #51363B: hue angle of 348.89º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51363B is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB815459-
CMYK00.330.270.68
HSL348.89º20%26.47%-
HSV(B)348.89º33.33%31.76%-
XYZ5.54.74.76-
YUV62.64125.95141.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=41.75%
G=27.84%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81545900.330.270.68348.892026.47
Hex51363B0211B4415d141a
Octal1216673041331045352432
Binary101000111011011101101000011101110001001010111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51363B; }

 p { color: rgb(81,54,59); }

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

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

 a { background-color: rgb(81,54,59); }

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

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

 span { border-color: rgb(81,54,59); }

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