#450D1D

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

Shades of Bordeaux #450D1D

Tints of Bordeaux #450D1D

Color information

#450D1D (or 0x450D1D) is unknown color: approx Bordeaux. HEX triplet: 45, 0D and 1D. RGB value is (69,13,29). Sum of RGB (Red+Green+Blue) = 69+13+29=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #450D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D1D is #BAF2E2. Grayscale: #1F1F1F. Windows color (decimal): -12251875 or 1903941. OLE color: 1903941.

HSL color Cylindrical-coordinate representation of color #450D1D: hue angle of 342.86º 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 #450D1D is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB691329-
CMYK00.810.580.73
HSL342.86º68.29%16.08%-
HSV(B)342.86º81.16%27.06%-
XYZ2.821.641.33-
YUV31.57126.55154.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.16%
GREEN value IS 13 (5.47% from 255) = 11.71%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=62.16%
G=11.71%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69132900.810.580.73342.8668.2916.08
Hex45D1D0513A491574410
Octal105153501217211152710420
Binary1000101110111101010100011110101001001101010111100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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