#44131C

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

Shades of Bordeaux #44131C

Tints of Bordeaux #44131C

Color information

#44131C (or 0x44131C) is unknown color: approx Bordeaux. HEX triplet: 44, 13 and 1C. RGB value is (68,19,28). Sum of RGB (Red+Green+Blue) = 68+19+28=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44131C is #BBECE3. Grayscale: #222222. Windows color (decimal): -12315876 or 1839940. OLE color: 1839940.

HSL color Cylindrical-coordinate representation of color #44131C: hue angle of 348.98º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44131C is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB681928-
CMYK00.720.590.73
HSL348.98º56.32%17.06%-
HSV(B)348.98º72.06%26.67%-
XYZ2.831.781.29-
YUV34.68124.23151.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=59.13%
G=16.52%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68192800.720.590.73348.9856.3217.06
Hex44131C0483B4915d3811
Octal10423340110731115357021
Binary1000100100111110001001000111011100100110101110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44131C; }

 p { color: rgb(68,19,28); }

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

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

 a { background-color: rgb(68,19,28); }

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

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

 span { border-color: rgb(68,19,28); }

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