#44191E

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

Shades of Bordeaux #44191E

Tints of Bordeaux #44191E

Color information

#44191E (or 0x44191E) is unknown color: approx Bordeaux. HEX triplet: 44, 19 and 1E. RGB value is (68,25,30). Sum of RGB (Red+Green+Blue) = 68+25+30=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #44191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44191E is #BBE6E1. Grayscale: #262626. Windows color (decimal): -12314338 or 1972548. OLE color: 1972548.

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

Color convert

RGB682530-
CMYK00.630.560.73
HSL353.02º46.24%18.24%-
HSV(B)353.02º63.24%26.67%-
XYZ2.972.021.46-
YUV38.43123.25149.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.28%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=55.28%
G=20.33%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68253000.630.560.73353.0246.2418.24
Hex44191E03F38491612e12
Octal1043136077701115415622
Binary100010011001111100111111111000100100110110000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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