#463238

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

Shades of Wine Berry #463238

Tints of Wine Berry #463238

Color information

#463238 (or 0x463238) is unknown color: approx Wine Berry. HEX triplet: 46, 32 and 38. RGB value is (70,50,56). Sum of RGB (Red+Green+Blue) = 70+50+56=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #463238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463238 is #B9CDC7. Grayscale: #383838. Windows color (decimal): -12176840 or 3682886. OLE color: 3682886.

HSL color Cylindrical-coordinate representation of color #463238: hue angle of 342º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #463238 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB705056-
CMYK00.290.200.73
HSL342º16.67%23.53%-
HSV(B)342º28.57%27.45%-
XYZ4.383.874.26-
YUV56.66127.63137.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=39.77%
G=28.41%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70505600.290.200.7334216.6723.53
Hex46323801D14491561118
Octal1066270035241115262130
Binary10001101100101110000111011010010010011010101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463238; }

 p { color: rgb(70,50,56); }

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

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

 a { background-color: rgb(70,50,56); }

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

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

 span { border-color: rgb(70,50,56); }

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