#441820

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

Shades of Bordeaux #441820

Tints of Bordeaux #441820

Color information

#441820 (or 0x441820) is unknown color: approx Bordeaux. HEX triplet: 44, 18 and 20. RGB value is (68,24,32). Sum of RGB (Red+Green+Blue) = 68+24+32=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441820 is #BBE7DF. Grayscale: #262626. Windows color (decimal): -12314592 or 2103364. OLE color: 2103364.

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

Color convert

RGB682432-
CMYK00.650.530.73
HSL349.09º47.83%18.04%-
HSV(B)349.09º64.71%26.67%-
XYZ2.971.991.59-
YUV38.07124.58149.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.84%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=54.84%
G=19.35%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68243200.650.530.73349.0947.8318.04
Hex441820041354915d3012
Octal10430400101651115356022
Binary10001001100010000001000001110101100100110101110111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441820; }

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

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

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

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

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

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

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

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