Html Css Color HEX #512F3A Wine Berry

📋 copy color: '#512F3A'

red 81 ◦ green 47 ◦ blue 58

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

Shades of Wine Berry #512F3A

Tints of Wine Berry #512F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.27%

 BLUE value IS 58 (23.05% from 255) = 31.18%

R = 43.55%
G = 25.27%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#512F3A (or 0x512F3A) is known color: Wine Berry. HEX triplet: 51, 2F and 3A. RGB value is (81,47,58). Sum of RGB (Red+Green+Blue) = 81+47+58=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #512F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F3A is #AED0C5. Grayscale: #3A3A3A. Windows color (decimal): -11456710 or 3813201. OLE color: 3813201.

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

Color convert

RGB 81 47 58 -
CMYK 0 0.42 0.28 0.68
HSL 340.59º 0.27% 0.25% -
HSV(B) 340.59º 0.42% 0.32% -
XYZ 5.17 4.09 4.52 -
YUV 58.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 81 47 58 0 0.42 0.28 0.68 340.59 0.27 0.25
Hex 51 2F 3A 0 2A 1C 44 155 1B 19
Octal 121 57 72 0 52 34 104 525 33 31
Binary 1010001 101111 111010 0 101010 11100 1000100 101010101 11011 11001

Color Harmonies of #512F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F3A

Black with #512F3A

Text Example


Text Example

White with #512F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,47,58); }

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

background-color css

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

 a { background-color: rgb(81,47,58); }

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

border-color css

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

 span { border-color: rgb(81,47,58); }

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