Html Css Color HEX #52353B Wine Berry

📋 copy color: '#52353B'

red 82 ◦ green 53 ◦ blue 59

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

Shades of Wine Berry #52353B

Tints of Wine Berry #52353B

RGB

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

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

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

R = 42.27%
G = 27.32%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#52353B (or 0x52353B) is known color: Wine Berry. HEX triplet: 52, 35 and 3B. RGB value is (82,53,59). Sum of RGB (Red+Green+Blue) = 82+53+59=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52353B is #ADCAC4. Grayscale: #3E3E3E. Windows color (decimal): -11389637 or 3880274. OLE color: 3880274.

HSL color Cylindrical-coordinate representation of color #52353B: hue angle of 347.59º 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 #52353B is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 53 59 -
CMYK 0 0.35 0.28 0.68
HSL 347.59º 0.21% 0.26% -
HSV(B) 347.59º 0.35% 0.32% -
XYZ 5.54 4.66 4.74 -
YUV 62.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 82 53 59 0 0.35 0.28 0.68 347.59 0.21 0.26
Hex 52 35 3B 0 23 1C 44 15C 15 1A
Octal 122 65 73 0 43 34 104 534 25 32
Binary 1010010 110101 111011 0 100011 11100 1000100 101011100 10101 11010

Color Harmonies of #52353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52353B

Black with #52353B

Text Example


Text Example

White with #52353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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