#44051A

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

Shades of Bordeaux #44051A

Tints of Bordeaux #44051A

Color information

#44051A (or 0x44051A) is unknown color: approx Bordeaux. HEX triplet: 44, 05 and 1A. RGB value is (68,5,26). Sum of RGB (Red+Green+Blue) = 68+5+26=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #44051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44051A is #BBFAE5. Grayscale: #1A1A1A. Windows color (decimal): -12319462 or 1705284. OLE color: 1705284.

HSL color Cylindrical-coordinate representation of color #44051A: hue angle of 340º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44051A is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB68526-
CMYK00.930.620.73
HSL340º86.3%14.31%-
HSV(B)340º92.65%26.67%-
XYZ2.621.411.11-
YUV26.23127.87157.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68.69%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=68.69%
G=5.05%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6852600.930.620.7334086.314.31
Hex4451A05D3E4915456e
Octal10453201357611152412616
Binary10001001011101001011101111110100100110101010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44051A; }

 p { color: rgb(68,5,26); }

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

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

 a { background-color: rgb(68,5,26); }

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

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

 span { border-color: rgb(68,5,26); }

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