Html Css Color HEX #52313C Wine Berry

📋 copy color: '#52313C'

red 82 ◦ green 49 ◦ blue 60

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

Shades of Wine Berry #52313C

Tints of Wine Berry #52313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.41%

R = 42.93%
G = 25.65%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52313C (or 0x52313C) is known color: Wine Berry. HEX triplet: 52, 31 and 3C. RGB value is (82,49,60). Sum of RGB (Red+Green+Blue) = 82+49+60=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #52313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52313C is #ADCEC3. Grayscale: #3C3C3C. Windows color (decimal): -11390660 or 3944786. OLE color: 3944786.

HSL color Cylindrical-coordinate representation of color #52313C: hue angle of 340º 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 #52313C is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 60 -
CMYK 0 0.40 0.27 0.68
HSL 340º 0.25% 0.26% -
HSV(B) 340º 0.4% 0.32% -
XYZ 5.39 4.32 4.82 -
YUV 60.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 82 49 60 0 0.40 0.27 0.68 340 0.25 0.26
Hex 52 31 3C 0 28 1B 44 154 19 1A
Octal 122 61 74 0 50 33 104 524 31 32
Binary 1010010 110001 111100 0 101000 11011 1000100 101010100 11001 11010

Color Harmonies of #52313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52313C

Black with #52313C

Text Example


Text Example

White with #52313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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