#450B1B

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

Shades of Bordeaux #450B1B

Tints of Bordeaux #450B1B

Color information

#450B1B (or 0x450B1B) is unknown color: approx Bordeaux. HEX triplet: 45, 0B and 1B. RGB value is (69,11,27). Sum of RGB (Red+Green+Blue) = 69+11+27=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #450B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B1B is #BAF4E4. Grayscale: #1E1E1E. Windows color (decimal): -12252389 or 1772357. OLE color: 1772357.

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

Color convert

RGB691127-
CMYK00.840.610.73
HSL343.45º72.5%15.69%-
HSV(B)343.45º84.06%27.06%-
XYZ2.771.581.2-
YUV30.17126.22155.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 64.49%
GREEN value IS 11 (4.69% from 255) = 10.28%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=64.49%
G=10.28%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69112700.840.610.73343.4572.515.69
Hex45B1B0543D491574810
Octal105133301247511152711020
Binary1000101101111011010101001111011001001101010111100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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