#460F21

Color #460F21 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #460F21

Tints of Bordeaux #460F21

Color information

#460F21 (or 0x460F21) is unknown color: approx Bordeaux. HEX triplet: 46, 0F and 21. RGB value is (70,15,33). Sum of RGB (Red+Green+Blue) = 70+15+33=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #460F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F21 is #B9F0DE. Grayscale: #212121. Windows color (decimal): -12185823 or 2166598. OLE color: 2166598.

HSL color Cylindrical-coordinate representation of color #460F21: hue angle of 340.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F21 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB701533-
CMYK00.790.530.73
HSL340.36º64.71%16.67%-
HSV(B)340.36º78.57%27.45%-
XYZ2.971.751.62-
YUV33.5127.72154.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.32%
GREEN value IS 15 (6.25% from 255) = 12.71%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=59.32%
G=12.71%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70153300.790.530.73340.3664.7116.67
Hex46F2104F35491544111
Octal106174101176511152410121
Binary10001101111100001010011111101011001001101010100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460F21; }

 p { color: rgb(70,15,33); }

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

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

 a { background-color: rgb(70,15,33); }

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

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

 span { border-color: rgb(70,15,33); }

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