#450218

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

Shades of Bordeaux #450218

Tints of Bordeaux #450218

Color information

#450218 (or 0x450218) is unknown color: approx Bordeaux. HEX triplet: 45, 02 and 18. RGB value is (69,2,24). Sum of RGB (Red+Green+Blue) = 69+2+24=95 (12% of max value = 765). Red value is 69 (27.34% from 255 or 72.63% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 69 - color contains mainly: red. Hex color #450218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450218 is #BAFDE7. Grayscale: #181818. Windows color (decimal): -12254696 or 1573445. OLE color: 1573445.

HSL color Cylindrical-coordinate representation of color #450218: hue angle of 340.3º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450218 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB69224-
CMYK00.970.650.73
HSL340.3º94.37%13.92%-
HSV(B)340.3º97.1%27.06%-
XYZ2.641.370.99-
YUV24.54127.7159.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 72.63%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=72.63%
G=2.11%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6922400.970.650.73340.394.3713.92
Hex4521806141491545ee
Octal105230014110111152413616
Binary10001011011000011000011000001100100110101010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450218; }

 p { color: rgb(69,2,24); }

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

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

 a { background-color: rgb(69,2,24); }

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

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

 span { border-color: rgb(69,2,24); }

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