#52343A

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

Shades of Wine Berry #52343A

Tints of Wine Berry #52343A

Color information

#52343A (or 0x52343A) is unknown color: approx Wine Berry. HEX triplet: 52, 34 and 3A. RGB value is (82,52,58). Sum of RGB (Red+Green+Blue) = 82+52+58=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52343A is #ADCBC5. Grayscale: #3D3D3D. Windows color (decimal): -11389894 or 3814482. OLE color: 3814482.

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

Color convert

RGB825258-
CMYK00.370.290.68
HSL348º22.39%26.27%-
HSV(B)348º36.59%32.16%-
XYZ5.474.564.59-
YUV61.65125.94142.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=42.71%
G=27.08%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82525800.370.290.6834822.3926.27
Hex52343A0251D4415c161a
Octal1226472045351045342632
Binary101001011010011101001001011110110001001010111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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