#80463F

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

Shades of Bole #80463F

Tints of Bole #80463F

Color information

#80463F (or 0x80463F) is unknown color: approx Bole. HEX triplet: 80, 46 and 3F. RGB value is (128,70,63). Sum of RGB (Red+Green+Blue) = 128+70+63=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80463F is #7FB9C0. Grayscale: #565656. Windows color (decimal): -8370625 or 4146816. OLE color: 4146816.

HSL color Cylindrical-coordinate representation of color #80463F: hue angle of 6.46º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80463F is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB1287063-
CMYK00.450.510.50
HSL6.46º34.03%37.45%-
HSV(B)6.46º50.78%50.2%-
XYZ11.999.335.87-
YUV86.54114.72157.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 63 (25% from 255) = 24.14%
R=49.04%
G=26.82%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128706300.450.510.506.4634.0337.45
Hex80463F02D333262225
Octal20010677055636264245
Binary1000000010001101111110101101110011110010110100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,70,63); }

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

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

 a { background-color: rgb(128,70,63); }

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

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

 span { border-color: rgb(128,70,63); }

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