Html Css Color HEX #513137 Wine Berry

📋 copy color: '#513137'

red 81 ◦ green 49 ◦ blue 55

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

Shades of Wine Berry #513137

Tints of Wine Berry #513137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 43.78%
G = 26.49%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#513137 (or 0x513137) is known color: Wine Berry. HEX triplet: 51, 31 and 37. RGB value is (81,49,55). Sum of RGB (Red+Green+Blue) = 81+49+55=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #513137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513137 is #AECEC8. Grayscale: #3B3B3B. Windows color (decimal): -11456201 or 3617105. OLE color: 3617105.

HSL color Cylindrical-coordinate representation of color #513137: hue angle of 348.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #513137 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 49 55 -
CMYK 0 0.40 0.32 0.68
HSL 348.75º 0.25% 0.25% -
HSV(B) 348.75º 0.4% 0.32% -
XYZ 5.18 4.22 4.16 -
YUV 59.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 81 49 55 0 0.40 0.32 0.68 348.75 0.25 0.25
Hex 51 31 37 0 28 20 44 15D 19 19
Octal 121 61 67 0 50 40 104 535 31 31
Binary 1010001 110001 110111 0 101000 100000 1000100 101011101 11001 11001

Color Harmonies of #513137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513137

Black with #513137

Text Example


Text Example

White with #513137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513137; }

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

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

background-color css

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

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

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

border-color css

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

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

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