Html Css Color HEX #522F36 Wine Berry

📋 copy color: '#522F36'

red 82 ◦ green 47 ◦ blue 54

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

Shades of Wine Berry #522F36

Tints of Wine Berry #522F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.51%

R = 44.81%
G = 25.68%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#522F36 (or 0x522F36) is known color: Wine Berry. HEX triplet: 52, 2F and 36. RGB value is (82,47,54). Sum of RGB (Red+Green+Blue) = 82+47+54=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #522F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F36 is #ADD0C9. Grayscale: #3A3A3A. Windows color (decimal): -11391178 or 3551058. OLE color: 3551058.

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

Color convert

RGB 82 47 54 -
CMYK 0 0.43 0.34 0.68
HSL 348º 0.27% 0.25% -
HSV(B) 348º 0.43% 0.32% -
XYZ 5.16 4.09 4.01 -
YUV 58.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 82 47 54 0 0.43 0.34 0.68 348 0.27 0.25
Hex 52 2F 36 0 2B 22 44 15C 1B 19
Octal 122 57 66 0 53 42 104 534 33 31
Binary 1010010 101111 110110 0 101011 100010 1000100 101011100 11011 11001

Color Harmonies of #522F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522F36

Black with #522F36

Text Example


Text Example

White with #522F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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