#460F22

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

Shades of Bordeaux #460F22

Tints of Bordeaux #460F22

Color information

#460F22 (or 0x460F22) is unknown color: approx Bordeaux. HEX triplet: 46, 0F and 22. RGB value is (70,15,34). Sum of RGB (Red+Green+Blue) = 70+15+34=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #460F22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F22 is #B9F0DD. Grayscale: #212121. Windows color (decimal): -12185822 or 2232134. OLE color: 2232134.

HSL color Cylindrical-coordinate representation of color #460F22: hue angle of 339.27º 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 #460F22 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB701534-
CMYK00.790.510.73
HSL339.27º64.71%16.67%-
HSV(B)339.27º78.57%27.45%-
XYZ2.991.761.7-
YUV33.61128.22153.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.82%
GREEN value IS 15 (6.25% from 255) = 12.61%
BLUE value IS 34 (13.67% from 255) = 28.57%
R=58.82%
G=12.61%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70153400.790.510.73339.2764.7116.67
Hex46F2204F33491534111
Octal106174201176311152310121
Binary10001101111100010010011111100111001001101010011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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