#44031A

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

Shades of Bordeaux #44031A

Tints of Bordeaux #44031A

Color information

#44031A (or 0x44031A) is unknown color: approx Bordeaux. HEX triplet: 44, 03 and 1A. RGB value is (68,3,26). Sum of RGB (Red+Green+Blue) = 68+3+26=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #44031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44031A is #BBFCE5. Grayscale: #191919. Windows color (decimal): -12319974 or 1704772. OLE color: 1704772.

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

Color convert

RGB68326-
CMYK00.960.620.73
HSL338.77º91.55%13.92%-
HSV(B)338.77º95.59%26.67%-
XYZ2.61.371.1-
YUV25.06128.53158.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.10%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 26 (10.55% from 255) = 26.80%
R=70.10%
G=3.09%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6832600.960.620.73338.7791.5513.92
Hex4431A0603E491535ce
Octal10433201407611152313416
Binary1000100111101001100000111110100100110101001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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