#441523

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

Shades of Bordeaux #441523

Tints of Bordeaux #441523

Color information

#441523 (or 0x441523) is unknown color: approx Bordeaux. HEX triplet: 44, 15 and 23. RGB value is (68,21,35). Sum of RGB (Red+Green+Blue) = 68+21+35=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441523 is #BBEADC. Grayscale: #242424. Windows color (decimal): -12315357 or 2299204. OLE color: 2299204.

HSL color Cylindrical-coordinate representation of color #441523: hue angle of 342.13º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #441523 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB682135-
CMYK00.690.490.73
HSL342.13º52.81%17.45%-
HSV(B)342.13º69.12%26.67%-
XYZ2.961.891.8-
YUV36.65127.07150.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.84%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=54.84%
G=16.94%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68213500.690.490.73342.1352.8117.45
Hex44152304531491563511
Octal10425430105611115266521
Binary10001001010110001101000101110001100100110101011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441523; }

 p { color: rgb(68,21,35); }

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

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

 a { background-color: rgb(68,21,35); }

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

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

 span { border-color: rgb(68,21,35); }

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