#450117

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

Shades of Bordeaux #450117

Tints of Bordeaux #450117

Color information

#450117 (or 0x450117) is unknown color: approx Bordeaux. HEX triplet: 45, 01 and 17. RGB value is (69,1,23). Sum of RGB (Red+Green+Blue) = 69+1+23=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #450117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450117 is #BAFEE8. Grayscale: #171717. Windows color (decimal): -12254953 or 1507653. OLE color: 1507653.

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

Color convert

RGB69123-
CMYK00.990.670.73
HSL340.59º97.14%13.73%-
HSV(B)340.59º98.55%27.06%-
XYZ2.621.350.93-
YUV23.84127.53160.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 74.19%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=74.19%
G=1.08%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6912300.990.670.73340.5997.1413.73
Hex45117063434915561e
Octal105127014310311152514116
Binary1000101110111011000111000011100100110101010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450117; }

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

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

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

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

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

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

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

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