#450017

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

Shades of Bordeaux #450017

Tints of Bordeaux #450017

Color information

#450017 (or 0x450017) is unknown color: approx Bordeaux. HEX triplet: 45, 00 and 17. RGB value is (69,0,23). Sum of RGB (Red+Green+Blue) = 69+0+23=92 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 69 - color contains mainly: red. Hex color #450017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450017 is #BAFFE8. Grayscale: #171717. Windows color (decimal): -12255209 or 1507397. OLE color: 1507397.

HSL color Cylindrical-coordinate representation of color #450017: hue angle of 340º 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 #450017 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB69023-
CMYK010.670.73
HSL340º100%13.53%-
HSV(B)340º100%27.06%-
XYZ2.611.330.93-
YUV23.25127.86160.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69023010.670.7334010013.53
Hex45017064434915464e
Octal105027014410311152414416
Binary1000101010111011001001000011100100110101010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450017; }

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

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

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

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

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

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

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

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