#450F1D

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

Shades of Bordeaux #450F1D

Tints of Bordeaux #450F1D

Color information

#450F1D (or 0x450F1D) is unknown color: approx Bordeaux. HEX triplet: 45, 0F and 1D. RGB value is (69,15,29). Sum of RGB (Red+Green+Blue) = 69+15+29=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #450F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F1D is #BAF0E2. Grayscale: #202020. Windows color (decimal): -12251363 or 1904453. OLE color: 1904453.

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

Color convert

RGB691529-
CMYK00.780.580.73
HSL344.44º64.29%16.47%-
HSV(B)344.44º78.26%27.06%-
XYZ2.851.71.34-
YUV32.74125.89153.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.06%
GREEN value IS 15 (6.25% from 255) = 13.27%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=61.06%
G=13.27%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69152900.780.580.73344.4464.2916.47
Hex45F1D04E3A491584010
Octal105173501167211153010020
Binary1000101111111101010011101110101001001101011000100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,15,29); }

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

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

 a { background-color: rgb(69,15,29); }

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

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

 span { border-color: rgb(69,15,29); }

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