#440A1E

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

Shades of Bordeaux #440A1E

Tints of Bordeaux #440A1E

Color information

#440A1E (or 0x440A1E) is unknown color: approx Bordeaux. HEX triplet: 44, 0A and 1E. RGB value is (68,10,30). Sum of RGB (Red+Green+Blue) = 68+10+30=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #440A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A1E is #BBF5E1. Grayscale: #1D1D1D. Windows color (decimal): -12318178 or 1968708. OLE color: 1968708.

HSL color Cylindrical-coordinate representation of color #440A1E: hue angle of 339.31º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440A1E is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB681030-
CMYK00.850.560.73
HSL339.31º74.36%15.29%-
HSV(B)339.31º85.29%26.67%-
XYZ2.731.541.38-
YUV29.62128.22155.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.96%
GREEN value IS 10 (4.30% from 255) = 9.26%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=62.96%
G=9.26%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68103000.850.560.73339.3174.3615.29
Hex44A1E05538491534af
Octal104123601257011152311217
Binary100010010101111001010101111000100100110101001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440A1E; }

 p { color: rgb(68,10,30); }

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

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

 a { background-color: rgb(68,10,30); }

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

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

 span { border-color: rgb(68,10,30); }

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