#460B1B

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

Shades of Bordeaux #460B1B

Tints of Bordeaux #460B1B

Color information

#460B1B (or 0x460B1B) is unknown color: approx Bordeaux. HEX triplet: 46, 0B and 1B. RGB value is (70,11,27). Sum of RGB (Red+Green+Blue) = 70+11+27=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #460B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B1B is #B9F4E4. Grayscale: #1E1E1E. Windows color (decimal): -12186853 or 1772358. OLE color: 1772358.

HSL color Cylindrical-coordinate representation of color #460B1B: hue angle of 343.73º 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 #460B1B is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB701127-
CMYK00.840.610.73
HSL343.73º72.84%15.88%-
HSV(B)343.73º84.29%27.45%-
XYZ2.841.621.2-
YUV30.46126.05156.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 27 (10.94% from 255) = 25%
R=64.81%
G=10.19%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70112700.840.610.73343.7372.8415.88
Hex46B1B0543D491584910
Octal106133301247511153011120
Binary1000110101111011010101001111011001001101011000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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