#460518

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

Shades of Bordeaux #460518

Tints of Bordeaux #460518

Color information

#460518 (or 0x460518) is unknown color: approx Bordeaux. HEX triplet: 46, 05 and 18. RGB value is (70,5,24). Sum of RGB (Red+Green+Blue) = 70+5+24=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #460518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460518 is #B9FAE7. Grayscale: #1A1A1A. Windows color (decimal): -12188392 or 1574214. OLE color: 1574214.

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

Color convert

RGB70524-
CMYK00.930.660.73
HSL342.46º86.67%14.71%-
HSV(B)342.46º92.86%27.45%-
XYZ2.741.481-
YUV26.6126.53158.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70.71%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=70.71%
G=5.05%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7052400.930.660.73342.4686.6714.71
Hex4651805D424915657f
Octal106530013510211152612717
Binary100011010111000010111011000010100100110101011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460518; }

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

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

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

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

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

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

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

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