Html Css Color HEX #51383E Wine Berry

📋 copy color: '#51383E'

red 81 ◦ green 56 ◦ blue 62

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

Shades of Wine Berry #51383E

Tints of Wine Berry #51383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.14%

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

R = 40.7%
G = 28.14%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#51383E (or 0x51383E) is known color: Wine Berry. HEX triplet: 51, 38 and 3E. RGB value is (81,56,62). Sum of RGB (Red+Green+Blue) = 81+56+62=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #51383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51383E is #AEC7C1. Grayscale: #404040. Windows color (decimal): -11454402 or 4077649. OLE color: 4077649.

HSL color Cylindrical-coordinate representation of color #51383E: hue angle of 345.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51383E is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 56 62 -
CMYK 0 0.31 0.23 0.68
HSL 345.6º 0.18% 0.27% -
HSV(B) 345.6º 0.31% 0.32% -
XYZ 5.68 4.93 5.21 -
YUV 64.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 81 56 62 0 0.31 0.23 0.68 345.6 0.18 0.27
Hex 51 38 3E 0 1F 17 44 15A 12 1B
Octal 121 70 76 0 37 27 104 532 22 33
Binary 1010001 111000 111110 0 11111 10111 1000100 101011010 10010 11011

Color Harmonies of #51383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51383E

Black with #51383E

Text Example


Text Example

White with #51383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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