Html Css Color HEX #52353C Wine Berry

📋 copy color: '#52353C'

red 82 ◦ green 53 ◦ blue 60

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

Shades of Wine Berry #52353C

Tints of Wine Berry #52353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.18%

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

R = 42.05%
G = 27.18%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52353C (or 0x52353C) is known color: Wine Berry. HEX triplet: 52, 35 and 3C. RGB value is (82,53,60). Sum of RGB (Red+Green+Blue) = 82+53+60=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52353C is #ADCAC3. Grayscale: #3E3E3E. Windows color (decimal): -11389636 or 3945810. OLE color: 3945810.

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

Color convert

RGB 82 53 60 -
CMYK 0 0.35 0.27 0.68
HSL 345.52º 0.21% 0.26% -
HSV(B) 345.52º 0.35% 0.32% -
XYZ 5.57 4.67 4.88 -
YUV 62.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 82 53 60 0 0.35 0.27 0.68 345.52 0.21 0.26
Hex 52 35 3C 0 23 1B 44 15A 15 1A
Octal 122 65 74 0 43 33 104 532 25 32
Binary 1010010 110101 111100 0 100011 11011 1000100 101011010 10101 11010

Color Harmonies of #52353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52353C

Black with #52353C

Text Example


Text Example

White with #52353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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