#460019

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

Shades of Bordeaux #460019

Tints of Bordeaux #460019

Color information

#460019 (or 0x460019) is unknown color: approx Bordeaux. HEX triplet: 46, 00 and 19. RGB value is (70,0,25). Sum of RGB (Red+Green+Blue) = 70+0+25=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460019 is #B9FFE6. Grayscale: #171717. Windows color (decimal): -12189671 or 1638470. OLE color: 1638470.

HSL color Cylindrical-coordinate representation of color #460019: hue angle of 338.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460019 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB70025-
CMYK010.640.73
HSL338.57º100%13.73%-
HSV(B)338.57º100%27.45%-
XYZ2.71.371.04-
YUV23.78128.69160.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 73.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=73.68%
G=0%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70025010.640.73338.5710013.73
Hex46019064404915364e
Octal106031014410011152314416
Binary1000110011001011001001000000100100110101001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460019; }

 p { color: rgb(70,0,25); }

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

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

 a { background-color: rgb(70,0,25); }

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

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

 span { border-color: rgb(70,0,25); }

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