Html Css Color HEX #51373F Wine Berry

📋 copy color: '#51373F'

red 81 ◦ green 55 ◦ blue 63

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

Shades of Wine Berry #51373F

Tints of Wine Berry #51373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.64%

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

R = 40.7%
G = 27.64%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51373F (or 0x51373F) is known color: Wine Berry. HEX triplet: 51, 37 and 3F. RGB value is (81,55,63). Sum of RGB (Red+Green+Blue) = 81+55+63=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #51373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51373F is #AEC8C0. Grayscale: #3F3F3F. Windows color (decimal): -11454657 or 4142929. OLE color: 4142929.

HSL color Cylindrical-coordinate representation of color #51373F: hue angle of 341.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51373F is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 55 63 -
CMYK 0 0.32 0.22 0.68
HSL 341.54º 0.19% 0.27% -
HSV(B) 341.54º 0.32% 0.32% -
XYZ 5.66 4.84 5.34 -
YUV 63.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 81 55 63 0 0.32 0.22 0.68 341.54 0.19 0.27
Hex 51 37 3F 0 20 16 44 156 13 1B
Octal 121 67 77 0 40 26 104 526 23 33
Binary 1010001 110111 111111 0 100000 10110 1000100 101010110 10011 11011

Color Harmonies of #51373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51373F

Black with #51373F

Text Example


Text Example

White with #51373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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