Html Css Color HEX #513841 Wine Berry

📋 copy color: '#513841'

red 81 ◦ green 56 ◦ blue 65

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

Shades of Wine Berry #513841

Tints of Wine Berry #513841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 40.1%
G = 27.72%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#513841 (or 0x513841) is known color: Wine Berry. HEX triplet: 51, 38 and 41. RGB value is (81,56,65). Sum of RGB (Red+Green+Blue) = 81+56+65=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513841 is #AEC7BE. Grayscale: #404040. Windows color (decimal): -11454399 or 4274257. OLE color: 4274257.

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

Color convert

RGB 81 56 65 -
CMYK 0 0.31 0.20 0.68
HSL 338.4º 0.18% 0.27% -
HSV(B) 338.4º 0.31% 0.32% -
XYZ 5.76 4.96 5.65 -
YUV 64.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 81 56 65 0 0.31 0.20 0.68 338.4 0.18 0.27
Hex 51 38 41 0 1F 14 44 152 12 1B
Octal 121 70 101 0 37 24 104 522 22 33
Binary 1010001 111000 1000001 0 11111 10100 1000100 101010010 10010 11011

Color Harmonies of #513841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513841

Black with #513841

Text Example


Text Example

White with #513841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513841; }

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

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

background-color css

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

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

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

border-color css

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

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

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