#450B1E

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

Shades of Bordeaux #450B1E

Tints of Bordeaux #450B1E

Color information

#450B1E (or 0x450B1E) is unknown color: approx Bordeaux. HEX triplet: 45, 0B and 1E. RGB value is (69,11,30). Sum of RGB (Red+Green+Blue) = 69+11+30=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #450B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B1E is #BAF4E1. Grayscale: #1E1E1E. Windows color (decimal): -12252386 or 1968965. OLE color: 1968965.

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

Color convert

RGB691130-
CMYK00.840.570.73
HSL340.34º72.5%15.69%-
HSV(B)340.34º84.06%27.06%-
XYZ2.811.61.39-
YUV30.51127.72155.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.73%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=62.73%
G=10%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69113000.840.570.73340.3472.515.69
Hex45B1E05439491544810
Octal105133601247111152411020
Binary1000101101111110010101001110011001001101010100100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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