Html Css Color HEX #513840 Wine Berry

📋 copy color: '#513840'

red 81 ◦ green 56 ◦ blue 64

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

Shades of Wine Berry #513840

Tints of Wine Berry #513840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 40.3%
G = 27.86%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#513840 (or 0x513840) is known color: Wine Berry. HEX triplet: 51, 38 and 40. RGB value is (81,56,64). Sum of RGB (Red+Green+Blue) = 81+56+64=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #513840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513840 is #AEC7BF. Grayscale: #404040. Windows color (decimal): -11454400 or 4208721. OLE color: 4208721.

HSL color Cylindrical-coordinate representation of color #513840: hue angle of 340.8º 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 #513840 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 56 64 -
CMYK 0 0.31 0.21 0.68
HSL 340.8º 0.18% 0.27% -
HSV(B) 340.8º 0.31% 0.32% -
XYZ 5.73 4.95 5.5 -
YUV 64.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 81 56 64 0 0.31 0.21 0.68 340.8 0.18 0.27
Hex 51 38 40 0 1F 15 44 155 12 1B
Octal 121 70 100 0 37 25 104 525 22 33
Binary 1010001 111000 1000000 0 11111 10101 1000100 101010101 10010 11011

Color Harmonies of #513840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513840

Black with #513840

Text Example


Text Example

White with #513840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513840; }

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

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

background-color css

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

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

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

border-color css

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

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

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