#460318

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

Shades of Bordeaux #460318

Tints of Bordeaux #460318

Color information

#460318 (or 0x460318) is unknown color: approx Bordeaux. HEX triplet: 46, 03 and 18. RGB value is (70,3,24). Sum of RGB (Red+Green+Blue) = 70+3+24=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460318 is #B9FCE7. Grayscale: #191919. Windows color (decimal): -12188904 or 1573702. OLE color: 1573702.

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

Color convert

RGB70324-
CMYK00.960.660.73
HSL341.19º91.78%14.31%-
HSV(B)341.19º95.71%27.45%-
XYZ2.721.431-
YUV25.43127.2159.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 72.16%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=72.16%
G=3.09%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7032400.960.660.73341.1991.7814.31
Hex4631806042491555ce
Octal106330014010211152513416
Binary10001101111000011000001000010100100110101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460318; }

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

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

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

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

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

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

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

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