Html Css Color HEX #512930 Wine Berry

📋 copy color: '#512930'

red 81 ◦ green 41 ◦ blue 48

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

Shades of Wine Berry #512930

Tints of Wine Berry #512930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.12%

 BLUE value IS 48 (19.14% from 255) = 28.24%

R = 47.65%
G = 24.12%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#512930 (or 0x512930) is known color: Wine Berry. HEX triplet: 51, 29 and 30. RGB value is (81,41,48). Sum of RGB (Red+Green+Blue) = 81+41+48=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512930 is #AED6CF. Grayscale: #353535. Windows color (decimal): -11458256 or 3156305. OLE color: 3156305.

HSL color Cylindrical-coordinate representation of color #512930: hue angle of 349.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #512930 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 41 48 -
CMYK 0 0.49 0.41 0.68
HSL 349.5º 0.33% 0.24% -
HSV(B) 349.5º 0.49% 0.32% -
XYZ 4.72 3.55 3.23 -
YUV 53.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 81 41 48 0 0.49 0.41 0.68 349.5 0.33 0.24
Hex 51 29 30 0 31 29 44 15E 21 18
Octal 121 51 60 0 61 51 104 536 41 30
Binary 1010001 101001 110000 0 110001 101001 1000100 101011110 100001 11000

Color Harmonies of #512930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512930

Black with #512930

Text Example


Text Example

White with #512930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512930; }

 p { color: rgb(81,41,48); }

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

background-color css

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

 a { background-color: rgb(81,41,48); }

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

border-color css

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

 span { border-color: rgb(81,41,48); }

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