#460A18

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

Shades of Bordeaux #460A18

Tints of Bordeaux #460A18

Color information

#460A18 (or 0x460A18) is unknown color: approx Bordeaux. HEX triplet: 46, 0A and 18. RGB value is (70,10,24). Sum of RGB (Red+Green+Blue) = 70+10+24=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #460A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A18 is #B9F5E7. Grayscale: #1D1D1D. Windows color (decimal): -12187112 or 1575494. OLE color: 1575494.

HSL color Cylindrical-coordinate representation of color #460A18: hue angle of 346º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A18 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB701024-
CMYK00.860.660.73
HSL346º75%15.69%-
HSV(B)346º85.71%27.45%-
XYZ2.81.591.02-
YUV29.54124.88156.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.31%
GREEN value IS 10 (4.30% from 255) = 9.62%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=67.31%
G=9.62%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70102400.860.660.733467515.69
Hex46A18056424915a4b10
Octal1061230012610211153211320
Binary10001101010110000101011010000101001001101011010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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