Html Css Color HEX #52313B Wine Berry

📋 copy color: '#52313B'

red 82 ◦ green 49 ◦ blue 59

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

Shades of Wine Berry #52313B

Tints of Wine Berry #52313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.79%

 BLUE value IS 59 (23.44% from 255) = 31.05%

R = 43.16%
G = 25.79%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#52313B (or 0x52313B) is known color: Wine Berry. HEX triplet: 52, 31 and 3B. RGB value is (82,49,59). Sum of RGB (Red+Green+Blue) = 82+49+59=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #52313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52313B is #ADCEC4. Grayscale: #3C3C3C. Windows color (decimal): -11390661 or 3879250. OLE color: 3879250.

HSL color Cylindrical-coordinate representation of color #52313B: hue angle of 341.82º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52313B is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 59 -
CMYK 0 0.40 0.28 0.68
HSL 341.82º 0.25% 0.26% -
HSV(B) 341.82º 0.4% 0.32% -
XYZ 5.37 4.31 4.69 -
YUV 60.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 82 49 59 0 0.40 0.28 0.68 341.82 0.25 0.26
Hex 52 31 3B 0 28 1C 44 156 19 1A
Octal 122 61 73 0 50 34 104 526 31 32
Binary 1010010 110001 111011 0 101000 11100 1000100 101010110 11001 11010

Color Harmonies of #52313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52313B

Black with #52313B

Text Example


Text Example

White with #52313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52313B; }

 p { color: rgb(82,49,59); }

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

background-color css

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

 a { background-color: rgb(82,49,59); }

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

border-color css

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

 span { border-color: rgb(82,49,59); }

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