#441822

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

Shades of Bordeaux #441822

Tints of Bordeaux #441822

Color information

#441822 (or 0x441822) is unknown color: approx Bordeaux. HEX triplet: 44, 18 and 22. RGB value is (68,24,34). Sum of RGB (Red+Green+Blue) = 68+24+34=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441822 is #BBE7DD. Grayscale: #262626. Windows color (decimal): -12314590 or 2234436. OLE color: 2234436.

HSL color Cylindrical-coordinate representation of color #441822: hue angle of 346.36º 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 #441822 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB682434-
CMYK00.650.500.73
HSL346.36º47.83%18.04%-
HSV(B)346.36º64.71%26.67%-
XYZ321.74-
YUV38.3125.58149.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=53.97%
G=19.05%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68243400.650.500.73346.3647.8318.04
Hex441822041324915a3012
Octal10430420101621115326022
Binary10001001100010001001000001110010100100110101101011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441822; }

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

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

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

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

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

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

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

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