#450417

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

Shades of Bordeaux #450417

Tints of Bordeaux #450417

Color information

#450417 (or 0x450417) is unknown color: approx Bordeaux. HEX triplet: 45, 04 and 17. RGB value is (69,4,23). Sum of RGB (Red+Green+Blue) = 69+4+23=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #450417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450417 is #BAFBE8. Grayscale: #191919. Windows color (decimal): -12254185 or 1508421. OLE color: 1508421.

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

Color convert

RGB69423-
CMYK00.940.670.73
HSL342.46º89.04%14.31%-
HSV(B)342.46º94.2%27.06%-
XYZ2.651.410.94-
YUV25.6126.53158.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 71.88%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 23 (9.38% from 255) = 23.96%
R=71.88%
G=4.17%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6942300.940.670.73342.4689.0414.31
Hex4541705E434915659e
Octal105427013610311152613116
Binary100010110010111010111101000011100100110101011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450417; }

 p { color: rgb(69,4,23); }

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

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

 a { background-color: rgb(69,4,23); }

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

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

 span { border-color: rgb(69,4,23); }

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