Html Css Color HEX #52323D Wine Berry

📋 copy color: '#52323D'

red 82 ◦ green 50 ◦ blue 61

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

Shades of Wine Berry #52323D

Tints of Wine Berry #52323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.91%

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

R = 42.49%
G = 25.91%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#52323D (or 0x52323D) is known color: Wine Berry. HEX triplet: 52, 32 and 3D. RGB value is (82,50,61). Sum of RGB (Red+Green+Blue) = 82+50+61=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52323D is #ADCDC2. Grayscale: #3C3C3C. Windows color (decimal): -11390403 or 4010578. OLE color: 4010578.

HSL color Cylindrical-coordinate representation of color #52323D: hue angle of 339.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52323D is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 61 -
CMYK 0 0.39 0.26 0.68
HSL 339.38º 0.24% 0.26% -
HSV(B) 339.38º 0.39% 0.32% -
XYZ 5.46 4.41 4.98 -
YUV 60.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 82 50 61 0 0.39 0.26 0.68 339.38 0.24 0.26
Hex 52 32 3D 0 27 1A 44 153 18 1A
Octal 122 62 75 0 47 32 104 523 30 32
Binary 1010010 110010 111101 0 100111 11010 1000100 101010011 11000 11010

Color Harmonies of #52323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52323D

Black with #52323D

Text Example


Text Example

White with #52323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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