Html Css Color HEX #463238 Wine Berry

📋 copy color: '#463238'

red 70 ◦ green 50 ◦ blue 56

#463238
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #463238

Tints of Wine Berry #463238

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 value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#463238 (or 0x463238) is known color: 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

RGB 70 50 56 -
CMYK 0 0.29 0.20 0.73
HSL 342º 0.17% 0.24% -
HSV(B) 342º 0.29% 0.27% -
XYZ 4.38 3.87 4.26 -
YUV 56.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 70 50 56 0 0.29 0.20 0.73 342 0.17 0.24
Hex 46 32 38 0 1D 14 49 156 11 18
Octal 106 62 70 0 35 24 111 526 21 30
Binary 1000110 110010 111000 0 11101 10100 1001001 101010110 10001 11000

Color Harmonies of #463238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463238

Black with #463238

Text Example


Text Example

White with #463238

Text Example


Text Example

HTML Codes & Css Web 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>