Html Css Color HEX #52363A Wine Berry

📋 copy color: '#52363A'

red 82 ◦ green 54 ◦ blue 58

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

Shades of Wine Berry #52363A

Tints of Wine Berry #52363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.9%

R = 42.27%
G = 27.84%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#52363A (or 0x52363A) is known color: Wine Berry. HEX triplet: 52, 36 and 3A. RGB value is (82,54,58). Sum of RGB (Red+Green+Blue) = 82+54+58=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52363A is #ADC9C5. Grayscale: #3E3E3E. Windows color (decimal): -11389382 or 3814994. OLE color: 3814994.

HSL color Cylindrical-coordinate representation of color #52363A: hue angle of 351.43º 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 #52363A is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 54 58 -
CMYK 0 0.34 0.29 0.68
HSL 351.43º 0.21% 0.27% -
HSV(B) 351.43º 0.34% 0.32% -
XYZ 5.56 4.74 4.62 -
YUV 62.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 82 54 58 0 0.34 0.29 0.68 351.43 0.21 0.27
Hex 52 36 3A 0 22 1D 44 15F 15 1B
Octal 122 66 72 0 42 35 104 537 25 33
Binary 1010010 110110 111010 0 100010 11101 1000100 101011111 10101 11011

Color Harmonies of #52363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52363A

Black with #52363A

Text Example


Text Example

White with #52363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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