Html Css Color HEX #52353D Wine Berry

📋 copy color: '#52353D'

red 82 ◦ green 53 ◦ blue 61

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

Shades of Wine Berry #52353D

Tints of Wine Berry #52353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.12%

R = 41.84%
G = 27.04%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#52353D (or 0x52353D) is known color: Wine Berry. HEX triplet: 52, 35 and 3D. RGB value is (82,53,61). Sum of RGB (Red+Green+Blue) = 82+53+61=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #52353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52353D is #ADCAC2. Grayscale: #3E3E3E. Windows color (decimal): -11389635 or 4011346. OLE color: 4011346.

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

Color convert

RGB 82 53 61 -
CMYK 0 0.35 0.26 0.68
HSL 343.45º 0.21% 0.26% -
HSV(B) 343.45º 0.35% 0.32% -
XYZ 5.6 4.68 5.02 -
YUV 62.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 82 53 61 0 0.35 0.26 0.68 343.45 0.21 0.26
Hex 52 35 3D 0 23 1A 44 157 15 1A
Octal 122 65 75 0 43 32 104 527 25 32
Binary 1010010 110101 111101 0 100011 11010 1000100 101010111 10101 11010

Color Harmonies of #52353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52353D

Black with #52353D

Text Example


Text Example

White with #52353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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