Html Css Color HEX #51363F Wine Berry

📋 copy color: '#51363F'

red 81 ◦ green 54 ◦ blue 63

#51363F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #51363F

Tints of Wine Berry #51363F

RGB

 RED value IS 81 (32.03% from 255) = 40.91%

 GREEN value IS 54 (21.48% from 255) = 27.27%

 BLUE value IS 63 (25% from 255) = 31.82%

R = 40.91%
G = 27.27%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51363F (or 0x51363F) is known color: Wine Berry. HEX triplet: 51, 36 and 3F. RGB value is (81,54,63). Sum of RGB (Red+Green+Blue) = 81+54+63=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #51363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51363F is #AEC9C0. Grayscale: #3F3F3F. Windows color (decimal): -11454913 or 4142673. OLE color: 4142673.

HSL color Cylindrical-coordinate representation of color #51363F: hue angle of 340º 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 #51363F is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 54 63 -
CMYK 0 0.33 0.22 0.68
HSL 340º 0.2% 0.26% -
HSV(B) 340º 0.33% 0.32% -
XYZ 5.61 4.75 5.32 -
YUV 63.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 81 54 63 0 0.33 0.22 0.68 340 0.2 0.26
Hex 51 36 3F 0 21 16 44 154 14 1A
Octal 121 66 77 0 41 26 104 524 24 32
Binary 1010001 110110 111111 0 100001 10110 1000100 101010100 10100 11010

Color Harmonies of #51363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51363F

Black with #51363F

Text Example


Text Example

White with #51363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51363F;
 }
 .AnyTagClassName
 {
   color: #51363F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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