#460218

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

Shades of Bordeaux #460218

Tints of Bordeaux #460218

Color information

#460218 (or 0x460218) is unknown color: approx Bordeaux. HEX triplet: 46, 02 and 18. RGB value is (70,2,24). Sum of RGB (Red+Green+Blue) = 70+2+24=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #460218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460218 is #B9FDE7. Grayscale: #181818. Windows color (decimal): -12189160 or 1573446. OLE color: 1573446.

HSL color Cylindrical-coordinate representation of color #460218: hue angle of 340.59º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460218 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB70224-
CMYK00.970.660.73
HSL340.59º94.44%14.12%-
HSV(B)340.59º97.14%27.45%-
XYZ2.711.410.99-
YUV24.84127.53160.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 72.92%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 24 (9.77% from 255) = 25%
R=72.92%
G=2.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7022400.970.660.73340.5994.4414.12
Hex4621806142491555ee
Octal106230014110211152513616
Binary10001101011000011000011000010100100110101010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460218; }

 p { color: rgb(70,2,24); }

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

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

 a { background-color: rgb(70,2,24); }

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

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

 span { border-color: rgb(70,2,24); }

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