Html Css Color HEX #52363B Wine Berry

📋 copy color: '#52363B'

red 82 ◦ green 54 ◦ blue 59

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

Shades of Wine Berry #52363B

Tints of Wine Berry #52363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.26%

R = 42.05%
G = 27.69%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#52363B (or 0x52363B) is known color: Wine Berry. HEX triplet: 52, 36 and 3B. RGB value is (82,54,59). Sum of RGB (Red+Green+Blue) = 82+54+59=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52363B is #ADC9C4. Grayscale: #3E3E3E. Windows color (decimal): -11389381 or 3880530. OLE color: 3880530.

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

Color convert

RGB 82 54 59 -
CMYK 0 0.34 0.28 0.68
HSL 349.29º 0.21% 0.27% -
HSV(B) 349.29º 0.34% 0.32% -
XYZ 5.59 4.75 4.76 -
YUV 62.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 82 54 59 0 0.34 0.28 0.68 349.29 0.21 0.27
Hex 52 36 3B 0 22 1C 44 15D 15 1B
Octal 122 66 73 0 42 34 104 535 25 33
Binary 1010010 110110 111011 0 100010 11100 1000100 101011101 10101 11011

Color Harmonies of #52363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52363B

Black with #52363B

Text Example


Text Example

White with #52363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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