Html Css Color HEX #52363C Wine Berry

📋 copy color: '#52363C'

red 82 ◦ green 54 ◦ blue 60

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

Shades of Wine Berry #52363C

Tints of Wine Berry #52363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.55%

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

R = 41.84%
G = 27.55%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52363C (or 0x52363C) is known color: Wine Berry. HEX triplet: 52, 36 and 3C. RGB value is (82,54,60). Sum of RGB (Red+Green+Blue) = 82+54+60=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #52363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52363C is #ADC9C3. Grayscale: #3F3F3F. Windows color (decimal): -11389380 or 3946066. OLE color: 3946066.

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

Color convert

RGB 82 54 60 -
CMYK 0 0.34 0.27 0.68
HSL 347.14º 0.21% 0.27% -
HSV(B) 347.14º 0.34% 0.32% -
XYZ 5.61 4.76 4.9 -
YUV 63.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 82 54 60 0 0.34 0.27 0.68 347.14 0.21 0.27
Hex 52 36 3C 0 22 1B 44 15B 15 1B
Octal 122 66 74 0 42 33 104 533 25 33
Binary 1010010 110110 111100 0 100010 11011 1000100 101011011 10101 11011

Color Harmonies of #52363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52363C

Black with #52363C

Text Example


Text Example

White with #52363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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