#460B18

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

Shades of Bordeaux #460B18

Tints of Bordeaux #460B18

Color information

#460B18 (or 0x460B18) is unknown color: approx Bordeaux. HEX triplet: 46, 0B and 18. RGB value is (70,11,24). Sum of RGB (Red+Green+Blue) = 70+11+24=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #460B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B18 is #B9F4E7. Grayscale: #1E1E1E. Windows color (decimal): -12186856 or 1575750. OLE color: 1575750.

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

Color convert

RGB701124-
CMYK00.840.660.73
HSL346.78º72.84%15.88%-
HSV(B)346.78º84.29%27.45%-
XYZ2.811.611.03-
YUV30.12124.55156.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=66.67%
G=10.48%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70112400.840.660.73346.7872.8415.88
Hex46B18054424915b4910
Octal1061330012410211153311120
Binary10001101011110000101010010000101001001101011011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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