#52363B

Color #52363B Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #52363B

Tints of Wine Berry #52363B

Color information

#52363B (or 0x52363B) is unknown color: approx 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

RGB825459-
CMYK00.340.280.68
HSL349.29º20.59%26.67%-
HSV(B)349.29º34.15%32.16%-
XYZ5.594.754.76-
YUV62.94125.78141.59-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82545900.340.280.68349.2920.5926.67
Hex52363B0221C4415d151b
Octal1226673042341045352533
Binary101001011011011101101000101110010001001010111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>