#450A19

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

Shades of Bordeaux #450A19

Tints of Bordeaux #450A19

Color information

#450A19 (or 0x450A19) is unknown color: approx Bordeaux. HEX triplet: 45, 0A and 19. RGB value is (69,10,25). Sum of RGB (Red+Green+Blue) = 69+10+25=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #450A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450A19 is #BAF5E6. Grayscale: #1D1D1D. Windows color (decimal): -12252647 or 1641029. OLE color: 1641029.

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

Color convert

RGB691025-
CMYK00.860.640.73
HSL344.75º74.68%15.49%-
HSV(B)344.75º85.51%27.06%-
XYZ2.741.551.08-
YUV29.35125.55156.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 66.35%
GREEN value IS 10 (4.30% from 255) = 9.62%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=66.35%
G=9.62%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69102500.860.640.73344.7574.6815.49
Hex45A1905640491594bf
Octal1051231012610011153111317
Binary1000101101011001010101101000000100100110101100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450A19; }

 p { color: rgb(69,10,25); }

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

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

 a { background-color: rgb(69,10,25); }

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

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

 span { border-color: rgb(69,10,25); }

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