#44101E

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

Shades of Bordeaux #44101E

Tints of Bordeaux #44101E

Color information

#44101E (or 0x44101E) is unknown color: approx Bordeaux. HEX triplet: 44, 10 and 1E. RGB value is (68,16,30). Sum of RGB (Red+Green+Blue) = 68+16+30=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #44101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44101E is #BBEFE1. Grayscale: #212121. Windows color (decimal): -12316642 or 1970244. OLE color: 1970244.

HSL color Cylindrical-coordinate representation of color #44101E: hue angle of 343.85º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44101E is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB681630-
CMYK00.760.560.73
HSL343.85º61.9%16.47%-
HSV(B)343.85º76.47%26.67%-
XYZ2.81.691.41-
YUV33.14126.23152.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=59.65%
G=14.04%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68163000.760.560.73343.8561.916.47
Hex44101E04C38491583e10
Octal10420360114701115307620
Binary1000100100001111001001100111000100100110101100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44101E; }

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

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

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

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

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

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

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

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