Html Css Color HEX #512E39 Wine Berry

📋 copy color: '#512E39'

red 81 ◦ green 46 ◦ blue 57

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

Shades of Wine Berry #512E39

Tints of Wine Berry #512E39

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25%

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

R = 44.02%
G = 25%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#512E39 (or 0x512E39) is known color: Wine Berry. HEX triplet: 51, 2E and 39. RGB value is (81,46,57). Sum of RGB (Red+Green+Blue) = 81+46+57=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #512E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E39 is #AED1C6. Grayscale: #393939. Windows color (decimal): -11456967 or 3747409. OLE color: 3747409.

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

Color convert

RGB 81 46 57 -
CMYK 0 0.43 0.30 0.68
HSL 341.14º 0.28% 0.25% -
HSV(B) 341.14º 0.43% 0.32% -
XYZ 5.11 4 4.37 -
YUV 57.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 81 46 57 0 0.43 0.30 0.68 341.14 0.28 0.25
Hex 51 2E 39 0 2B 1E 44 155 1C 19
Octal 121 56 71 0 53 36 104 525 34 31
Binary 1010001 101110 111001 0 101011 11110 1000100 101010101 11100 11001

Color Harmonies of #512E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E39

Black with #512E39

Text Example


Text Example

White with #512E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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