#450016

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

Shades of Bordeaux #450016

Tints of Bordeaux #450016

Color information

#450016 (or 0x450016) is unknown color: approx Bordeaux. HEX triplet: 45, 00 and 16. RGB value is (69,0,22). Sum of RGB (Red+Green+Blue) = 69+0+22=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #450016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450016 is #BAFFE9. Grayscale: #171717. Windows color (decimal): -12255210 or 1441861. OLE color: 1441861.

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

Color convert

RGB69022-
CMYK010.680.73
HSL340.87º100%13.53%-
HSV(B)340.87º100%27.06%-
XYZ2.61.320.88-
YUV23.14127.36160.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=75.82%
G=0%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69022010.680.73340.8710013.53
Hex45016064444915564e
Octal105026014410411152514416
Binary1000101010110011001001000100100100110101010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450016; }

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

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

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

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

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

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

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

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