#460818

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

Shades of Bordeaux #460818

Tints of Bordeaux #460818

Color information

#460818 (or 0x460818) is unknown color: approx Bordeaux. HEX triplet: 46, 08 and 18. RGB value is (70,8,24). Sum of RGB (Red+Green+Blue) = 70+8+24=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #460818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460818 is #B9F7E7. Grayscale: #1C1C1C. Windows color (decimal): -12187624 or 1574982. OLE color: 1574982.

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

Color convert

RGB70824-
CMYK00.890.660.73
HSL344.52º79.49%15.29%-
HSV(B)344.52º88.57%27.45%-
XYZ2.781.541.02-
YUV28.36125.54157.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 68.63%
GREEN value IS 8 (3.52% from 255) = 7.84%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=68.63%
G=7.84%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7082400.890.660.73344.5279.4915.29
Hex4681805942491594ff
Octal1061030013110211153111717
Binary1000110100011000010110011000010100100110101100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460818; }

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

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

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

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

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

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

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

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