Html Css Color HEX #51363E Wine Berry

📋 copy color: '#51363E'

red 81 ◦ green 54 ◦ blue 62

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

Shades of Wine Berry #51363E

Tints of Wine Berry #51363E

RGB

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

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

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

R = 41.12%
G = 27.41%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#51363E (or 0x51363E) is known color: Wine Berry. HEX triplet: 51, 36 and 3E. RGB value is (81,54,62). Sum of RGB (Red+Green+Blue) = 81+54+62=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #51363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51363E is #AEC9C1. Grayscale: #3E3E3E. Windows color (decimal): -11454914 or 4077137. OLE color: 4077137.

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

Color convert

RGB 81 54 62 -
CMYK 0 0.33 0.23 0.68
HSL 342.22º 0.2% 0.26% -
HSV(B) 342.22º 0.33% 0.32% -
XYZ 5.58 4.74 5.18 -
YUV 62.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 81 54 62 0 0.33 0.23 0.68 342.22 0.2 0.26
Hex 51 36 3E 0 21 17 44 156 14 1A
Octal 121 66 76 0 41 27 104 526 24 32
Binary 1010001 110110 111110 0 100001 10111 1000100 101010110 10100 11010

Color Harmonies of #51363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51363E

Black with #51363E

Text Example


Text Example

White with #51363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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