#441A24

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

Shades of Bordeaux #441A24

Tints of Bordeaux #441A24

Color information

#441A24 (or 0x441A24) is unknown color: approx Bordeaux. HEX triplet: 44, 1A and 24. RGB value is (68,26,36). Sum of RGB (Red+Green+Blue) = 68+26+36=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #441A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A24 is #BBE5DB. Grayscale: #272727. Windows color (decimal): -12314076 or 2366020. OLE color: 2366020.

HSL color Cylindrical-coordinate representation of color #441A24: hue angle of 345.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A24 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB682636-
CMYK00.620.470.73
HSL345.71º44.68%18.43%-
HSV(B)345.71º61.76%26.67%-
XYZ3.072.11.91-
YUV39.7125.91148.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.31%
GREEN value IS 26 (10.55% from 255) = 20%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=52.31%
G=20%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68263600.620.470.73345.7144.6818.43
Hex441A2403E2F4915a2d12
Octal1043244076571115325522
Binary1000100110101001000111110101111100100110101101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441A24; }

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

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

<style>
 a { background-color: #441A24; }

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

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

<style>
 span { border-color: #441A24; }

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

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