Html Css Color HEX #51373E Wine Berry

📋 copy color: '#51373E'

red 81 ◦ green 55 ◦ blue 62

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

Shades of Wine Berry #51373E

Tints of Wine Berry #51373E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.31%

R = 40.91%
G = 27.78%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#51373E (or 0x51373E) is known color: Wine Berry. HEX triplet: 51, 37 and 3E. RGB value is (81,55,62). Sum of RGB (Red+Green+Blue) = 81+55+62=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #51373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51373E is #AEC8C1. Grayscale: #3F3F3F. Windows color (decimal): -11454658 or 4077393. OLE color: 4077393.

HSL color Cylindrical-coordinate representation of color #51373E: hue angle of 343.85º 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 #51373E is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 55 62 -
CMYK 0 0.32 0.23 0.68
HSL 343.85º 0.19% 0.27% -
HSV(B) 343.85º 0.32% 0.32% -
XYZ 5.63 4.83 5.19 -
YUV 63.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 81 55 62 0 0.32 0.23 0.68 343.85 0.19 0.27
Hex 51 37 3E 0 20 17 44 158 13 1B
Octal 121 67 76 0 40 27 104 530 23 33
Binary 1010001 110111 111110 0 100000 10111 1000100 101011000 10011 11011

Color Harmonies of #51373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51373E

Black with #51373E

Text Example


Text Example

White with #51373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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