#52333E

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

Shades of Wine Berry #52333E

Tints of Wine Berry #52333E

Color information

#52333E (or 0x52333E) is unknown color: approx Wine Berry. HEX triplet: 52, 33 and 3E. RGB value is (82,51,62). Sum of RGB (Red+Green+Blue) = 82+51+62=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52333E is #ADCCC1. Grayscale: #3D3D3D. Windows color (decimal): -11390146 or 4076370. OLE color: 4076370.

HSL color Cylindrical-coordinate representation of color #52333E: hue angle of 338.71º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52333E is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB825162-
CMYK00.380.240.68
HSL338.71º23.31%26.08%-
HSV(B)338.71º37.8%32.16%-
XYZ5.534.515.14-
YUV61.52128.27142.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=42.05%
G=26.15%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82516200.380.240.68338.7123.3126.08
Hex52333E0261844153171a
Octal1226376046301045232732
Binary101001011001111111001001101100010001001010100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52333E; }

 p { color: rgb(82,51,62); }

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

<style>
 a { background-color: #52333E; }

 a { background-color: rgb(82,51,62); }

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

<style>
 span { border-color: #52333E; }

 span { border-color: rgb(82,51,62); }

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