#450D19

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

Shades of Bordeaux #450D19

Tints of Bordeaux #450D19

Color information

#450D19 (or 0x450D19) is unknown color: approx Bordeaux. HEX triplet: 45, 0D and 19. RGB value is (69,13,25). Sum of RGB (Red+Green+Blue) = 69+13+25=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #450D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D19 is #BAF2E6. Grayscale: #1F1F1F. Windows color (decimal): -12251879 or 1641797. OLE color: 1641797.

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

Color convert

RGB691325-
CMYK00.810.640.73
HSL347.14º68.29%16.08%-
HSV(B)347.14º81.16%27.06%-
XYZ2.771.621.09-
YUV31.11124.55155.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 64.49%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=64.49%
G=12.15%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69132500.810.640.73347.1468.2916.08
Hex45D19051404915b4410
Octal1051531012110011153310420
Binary10001011101110010101000110000001001001101011011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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