Html Css Color HEX #513139 Wine Berry

📋 copy color: '#513139'

red 81 ◦ green 49 ◦ blue 57

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

Shades of Wine Berry #513139

Tints of Wine Berry #513139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.48%

R = 43.32%
G = 26.2%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#513139 (or 0x513139) is known color: Wine Berry. HEX triplet: 51, 31 and 39. RGB value is (81,49,57). Sum of RGB (Red+Green+Blue) = 81+49+57=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513139 is #AECEC6. Grayscale: #3B3B3B. Windows color (decimal): -11456199 or 3748177. OLE color: 3748177.

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

Color convert

RGB 81 49 57 -
CMYK 0 0.40 0.30 0.68
HSL 345º 0.25% 0.25% -
HSV(B) 345º 0.4% 0.32% -
XYZ 5.23 4.24 4.41 -
YUV 59.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 81 49 57 0 0.40 0.30 0.68 345 0.25 0.25
Hex 51 31 39 0 28 1E 44 159 19 19
Octal 121 61 71 0 50 36 104 531 31 31
Binary 1010001 110001 111001 0 101000 11110 1000100 101011001 11001 11001

Color Harmonies of #513139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513139

Black with #513139

Text Example


Text Example

White with #513139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513139; }

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

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

background-color css

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

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

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

border-color css

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

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

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