Html Css Color HEX #51393F Wine Berry

📋 copy color: '#51393F'

red 81 ◦ green 57 ◦ blue 63

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

Shades of Wine Berry #51393F

Tints of Wine Berry #51393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.36%

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

R = 40.3%
G = 28.36%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51393F (or 0x51393F) is known color: Wine Berry. HEX triplet: 51, 39 and 3F. RGB value is (81,57,63). Sum of RGB (Red+Green+Blue) = 81+57+63=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #51393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51393F is #AEC6C0. Grayscale: #404040. Windows color (decimal): -11454145 or 4143441. OLE color: 4143441.

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

Color convert

RGB 81 57 63 -
CMYK 0 0.30 0.22 0.68
HSL 345º 0.17% 0.27% -
HSV(B) 345º 0.3% 0.32% -
XYZ 5.75 5.03 5.37 -
YUV 64.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 81 57 63 0 0.30 0.22 0.68 345 0.17 0.27
Hex 51 39 3F 0 1E 16 44 159 11 1B
Octal 121 71 77 0 36 26 104 531 21 33
Binary 1010001 111001 111111 0 11110 10110 1000100 101011001 10001 11011

Color Harmonies of #51393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51393F

Black with #51393F

Text Example


Text Example

White with #51393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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