#52353A

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

Shades of Wine Berry #52353A

Tints of Wine Berry #52353A

Color information

#52353A (or 0x52353A) is unknown color: approx Wine Berry. HEX triplet: 52, 35 and 3A. RGB value is (82,53,58). Sum of RGB (Red+Green+Blue) = 82+53+58=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52353A is #ADCAC5. Grayscale: #3E3E3E. Windows color (decimal): -11389638 or 3814738. OLE color: 3814738.

HSL color Cylindrical-coordinate representation of color #52353A: hue angle of 349.66º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52353A is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB825358-
CMYK00.350.290.68
HSL349.66º21.48%26.47%-
HSV(B)349.66º35.37%32.16%-
XYZ5.524.654.61-
YUV62.24125.61142.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=42.49%
G=27.46%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82535800.350.290.68349.6621.4826.47
Hex52353A0231D4415e151a
Octal1226572043351045362532
Binary101001011010111101001000111110110001001010111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52353A;
 }
 .AnyTagClassName
 {
   color: #52353A;
 }
</style>
background-color css

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

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

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

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

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

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