Html Css Color HEX #522F3A Wine Berry

📋 copy color: '#522F3A'

red 82 ◦ green 47 ◦ blue 58

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

Shades of Wine Berry #522F3A

Tints of Wine Berry #522F3A

RGB

 RED value IS 82 (32.42% from 255) = 43.85%

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

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

R = 43.85%
G = 25.13%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#522F3A (or 0x522F3A) is known color: Wine Berry. HEX triplet: 52, 2F and 3A. RGB value is (82,47,58). Sum of RGB (Red+Green+Blue) = 82+47+58=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #522F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F3A is #ADD0C5. Grayscale: #3A3A3A. Windows color (decimal): -11391174 or 3813202. OLE color: 3813202.

HSL color Cylindrical-coordinate representation of color #522F3A: hue angle of 341.14º degrees, saturation: 0.27, 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 #522F3A is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 47 58 -
CMYK 0 0.43 0.29 0.68
HSL 341.14º 0.27% 0.25% -
HSV(B) 341.14º 0.43% 0.32% -
XYZ 5.26 4.13 4.52 -
YUV 58.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 82 47 58 0 0.43 0.29 0.68 341.14 0.27 0.25
Hex 52 2F 3A 0 2B 1D 44 155 1B 19
Octal 122 57 72 0 53 35 104 525 33 31
Binary 1010010 101111 111010 0 101011 11101 1000100 101010101 11011 11001

Color Harmonies of #522F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522F3A

Black with #522F3A

Text Example


Text Example

White with #522F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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