#450D1E

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

Shades of Bordeaux #450D1E

Tints of Bordeaux #450D1E

Color information

#450D1E (or 0x450D1E) is unknown color: approx Bordeaux. HEX triplet: 45, 0D and 1E. RGB value is (69,13,30). Sum of RGB (Red+Green+Blue) = 69+13+30=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #450D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D1E is #BAF2E1. Grayscale: #1F1F1F. Windows color (decimal): -12251874 or 1969477. OLE color: 1969477.

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

Color convert

RGB691330-
CMYK00.810.570.73
HSL341.79º68.29%16.08%-
HSV(B)341.79º81.16%27.06%-
XYZ2.831.651.4-
YUV31.68127.05154.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.61%
GREEN value IS 13 (5.47% from 255) = 11.61%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=61.61%
G=11.61%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69133000.810.570.73341.7968.2916.08
Hex45D1E05139491564410
Octal105153601217111152610420
Binary1000101110111110010100011110011001001101010110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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