Html Css Color HEX #52323C Wine Berry

📋 copy color: '#52323C'

red 82 ◦ green 50 ◦ blue 60

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

Shades of Wine Berry #52323C

Tints of Wine Berry #52323C

RGB

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

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

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

R = 42.71%
G = 26.04%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52323C (or 0x52323C) is known color: Wine Berry. HEX triplet: 52, 32 and 3C. RGB value is (82,50,60). Sum of RGB (Red+Green+Blue) = 82+50+60=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52323C is #ADCDC3. Grayscale: #3C3C3C. Windows color (decimal): -11390404 or 3945042. OLE color: 3945042.

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

Color convert

RGB 82 50 60 -
CMYK 0 0.39 0.27 0.68
HSL 341.25º 0.24% 0.26% -
HSV(B) 341.25º 0.39% 0.32% -
XYZ 5.44 4.4 4.84 -
YUV 60.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 82 50 60 0 0.39 0.27 0.68 341.25 0.24 0.26
Hex 52 32 3C 0 27 1B 44 155 18 1A
Octal 122 62 74 0 47 33 104 525 30 32
Binary 1010010 110010 111100 0 100111 11011 1000100 101010101 11000 11010

Color Harmonies of #52323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52323C

Black with #52323C

Text Example


Text Example

White with #52323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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