#460F1C

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

Shades of Bordeaux #460F1C

Tints of Bordeaux #460F1C

Color information

#460F1C (or 0x460F1C) is unknown color: approx Bordeaux. HEX triplet: 46, 0F and 1C. RGB value is (70,15,28). Sum of RGB (Red+Green+Blue) = 70+15+28=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #460F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F1C is #B9F0E3. Grayscale: #202020. Windows color (decimal): -12185828 or 1838918. OLE color: 1838918.

HSL color Cylindrical-coordinate representation of color #460F1C: hue angle of 345.82º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F1C is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB701528-
CMYK00.790.600.73
HSL345.82º64.71%16.67%-
HSV(B)345.82º78.57%27.45%-
XYZ2.911.731.28-
YUV32.93125.22154.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 15 (6.25% from 255) = 13.27%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=61.95%
G=13.27%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70152800.790.600.73345.8264.7116.67
Hex46F1C04F3C4915a4111
Octal106173401177411153210121
Binary1000110111111100010011111111001001001101011010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,15,28); }

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

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

 a { background-color: rgb(70,15,28); }

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

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

 span { border-color: rgb(70,15,28); }

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