Html Css Color HEX #523238 Wine Berry

📋 copy color: '#523238'

red 82 ◦ green 50 ◦ blue 56

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

Shades of Wine Berry #523238

Tints of Wine Berry #523238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.6%

 BLUE value IS 56 (22.27% from 255) = 29.79%

R = 43.62%
G = 26.6%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#523238 (or 0x523238) is known color: Wine Berry. HEX triplet: 52, 32 and 38. RGB value is (82,50,56). Sum of RGB (Red+Green+Blue) = 82+50+56=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #523238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523238 is #ADCDC7. Grayscale: #3C3C3C. Windows color (decimal): -11390408 or 3682898. OLE color: 3682898.

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

Color convert

RGB 82 50 56 -
CMYK 0 0.39 0.32 0.68
HSL 348.75º 0.24% 0.26% -
HSV(B) 348.75º 0.39% 0.32% -
XYZ 5.33 4.36 4.3 -
YUV 60.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 82 50 56 0 0.39 0.32 0.68 348.75 0.24 0.26
Hex 52 32 38 0 27 20 44 15D 18 1A
Octal 122 62 70 0 47 40 104 535 30 32
Binary 1010010 110010 111000 0 100111 100000 1000100 101011101 11000 11010

Color Harmonies of #523238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523238

Black with #523238

Text Example


Text Example

White with #523238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523238; }

 p { color: rgb(82,50,56); }

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

background-color css

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

 a { background-color: rgb(82,50,56); }

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

border-color css

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

 span { border-color: rgb(82,50,56); }

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