#450B1D

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

Shades of Bordeaux #450B1D

Tints of Bordeaux #450B1D

Color information

#450B1D (or 0x450B1D) is unknown color: approx Bordeaux. HEX triplet: 45, 0B and 1D. RGB value is (69,11,29). Sum of RGB (Red+Green+Blue) = 69+11+29=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #450B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B1D is #BAF4E2. Grayscale: #1E1E1E. Windows color (decimal): -12252387 or 1903429. OLE color: 1903429.

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

Color convert

RGB691129-
CMYK00.840.580.73
HSL341.38º72.5%15.69%-
HSV(B)341.38º84.06%27.06%-
XYZ2.81.591.32-
YUV30.39127.22155.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.30%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=63.30%
G=10.09%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69112900.840.580.73341.3872.515.69
Hex45B1D0543A491554810
Octal105133501247211152511020
Binary1000101101111101010101001110101001001101010101100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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