#52343F

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

Shades of Wine Berry #52343F

Tints of Wine Berry #52343F

Color information

#52343F (or 0x52343F) is unknown color: approx Wine Berry. HEX triplet: 52, 34 and 3F. RGB value is (82,52,63). Sum of RGB (Red+Green+Blue) = 82+52+63=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52343F is #ADCBC0. Grayscale: #3E3E3E. Windows color (decimal): -11389889 or 4142162. OLE color: 4142162.

HSL color Cylindrical-coordinate representation of color #52343F: hue angle of 338º 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 #52343F is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB825263-
CMYK00.370.230.68
HSL338º22.39%26.27%-
HSV(B)338º36.59%32.16%-
XYZ5.64.615.3-
YUV62.22128.44142.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 63 (25% from 255) = 31.98%
R=41.62%
G=26.40%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82526300.370.230.6833822.3926.27
Hex52343F0251744152161a
Octal1226477045271045222632
Binary101001011010011111101001011011110001001010100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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