#450E1F

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

Shades of Bordeaux #450E1F

Tints of Bordeaux #450E1F

Color information

#450E1F (or 0x450E1F) is unknown color: approx Bordeaux. HEX triplet: 45, 0E and 1F. RGB value is (69,14,31). Sum of RGB (Red+Green+Blue) = 69+14+31=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #450E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E1F is #BAF1E0. Grayscale: #202020. Windows color (decimal): -12251617 or 2035269. OLE color: 2035269.

HSL color Cylindrical-coordinate representation of color #450E1F: hue angle of 341.45º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450E1F is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB691431-
CMYK00.800.550.73
HSL341.45º66.27%16.27%-
HSV(B)341.45º79.71%27.06%-
XYZ2.861.681.47-
YUV32.38127.22154.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 60.53%
GREEN value IS 14 (5.86% from 255) = 12.28%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=60.53%
G=12.28%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69143100.800.550.73341.4566.2716.27
Hex45E1F05037491554210
Octal105163701206711152510220
Binary1000101111011111010100001101111001001101010101100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,14,31); }

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

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

 a { background-color: rgb(69,14,31); }

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

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

 span { border-color: rgb(69,14,31); }

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