#450119

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

Shades of Bordeaux #450119

Tints of Bordeaux #450119

Color information

#450119 (or 0x450119) is unknown color: approx Bordeaux. HEX triplet: 45, 01 and 19. RGB value is (69,1,25). Sum of RGB (Red+Green+Blue) = 69+1+25=95 (12% of max value = 765). Red value is 69 (27.34% from 255 or 72.63% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 69 - color contains mainly: red. Hex color #450119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450119 is #BAFEE6. Grayscale: #181818. Windows color (decimal): -12254951 or 1638725. OLE color: 1638725.

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

Color convert

RGB69125-
CMYK00.990.640.73
HSL338.82º97.14%13.73%-
HSV(B)338.82º98.55%27.06%-
XYZ2.641.361.04-
YUV24.07128.53160.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 72.63%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=72.63%
G=1.05%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6912500.990.640.73338.8297.1413.73
Hex45119063404915361e
Octal105131014310011152314116
Binary1000101111001011000111000000100100110101001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450119; }

 p { color: rgb(69,1,25); }

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

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

 a { background-color: rgb(69,1,25); }

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

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

 span { border-color: rgb(69,1,25); }

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