#440518

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

Shades of Bordeaux #440518

Tints of Bordeaux #440518

Color information

#440518 (or 0x440518) is unknown color: approx Bordeaux. HEX triplet: 44, 05 and 18. RGB value is (68,5,24). Sum of RGB (Red+Green+Blue) = 68+5+24=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #440518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440518 is #BBFAE7. Grayscale: #191919. Windows color (decimal): -12319464 or 1574212. OLE color: 1574212.

HSL color Cylindrical-coordinate representation of color #440518: hue angle of 341.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440518 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB68524-
CMYK00.930.650.73
HSL341.9º86.3%14.31%-
HSV(B)341.9º92.65%26.67%-
XYZ2.61.41-
YUV26126.87157.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.10%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=70.10%
G=5.15%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6852400.930.650.73341.986.314.31
Hex4451805D414915656e
Octal104530013510111152612616
Binary100010010111000010111011000001100100110101011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440518; }

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

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

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

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

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

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

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

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