Html Css Color HEX #512B32 Wine Berry

📋 copy color: '#512B32'

red 81 ◦ green 43 ◦ blue 50

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

Shades of Wine Berry #512B32

Tints of Wine Berry #512B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.71%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 46.55%
G = 24.71%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#512B32 (or 0x512B32) is known color: Wine Berry. HEX triplet: 51, 2B and 32. RGB value is (81,43,50). Sum of RGB (Red+Green+Blue) = 81+43+50=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #512B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B32 is #AED4CD. Grayscale: #373737. Windows color (decimal): -11457742 or 3287889. OLE color: 3287889.

HSL color Cylindrical-coordinate representation of color #512B32: hue angle of 348.95º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512B32 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 43 50 -
CMYK 0 0.47 0.38 0.68
HSL 348.95º 0.31% 0.24% -
HSV(B) 348.95º 0.47% 0.32% -
XYZ 4.83 3.71 3.48 -
YUV 55.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 81 43 50 0 0.47 0.38 0.68 348.95 0.31 0.24
Hex 51 2B 32 0 2F 26 44 15D 1F 18
Octal 121 53 62 0 57 46 104 535 37 30
Binary 1010001 101011 110010 0 101111 100110 1000100 101011101 11111 11000

Color Harmonies of #512B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512B32

Black with #512B32

Text Example


Text Example

White with #512B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,43,50); }

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

background-color css

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

 a { background-color: rgb(81,43,50); }

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

border-color css

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

 span { border-color: rgb(81,43,50); }

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