#44181E

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

Shades of Bordeaux #44181E

Tints of Bordeaux #44181E

Color information

#44181E (or 0x44181E) is unknown color: approx Bordeaux. HEX triplet: 44, 18 and 1E. RGB value is (68,24,30). Sum of RGB (Red+Green+Blue) = 68+24+30=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #44181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44181E is #BBE7E1. Grayscale: #252525. Windows color (decimal): -12314594 or 1972292. OLE color: 1972292.

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

Color convert

RGB682430-
CMYK00.650.560.73
HSL351.82º47.83%18.04%-
HSV(B)351.82º64.71%26.67%-
XYZ2.941.981.45-
YUV37.84123.58149.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.74%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=55.74%
G=19.67%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68243000.650.560.73351.8247.8318.04
Hex44181E04138491603012
Octal10430360101701115406022
Binary1000100110001111001000001111000100100110110000011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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