#400F20

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

Shades of Bordeaux #400F20

Tints of Bordeaux #400F20

Color information

#400F20 (or 0x400F20) is unknown color: approx Bordeaux. HEX triplet: 40, 0F and 20. RGB value is (64,15,32). Sum of RGB (Red+Green+Blue) = 64+15+32=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #400F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F20 is #BFF0DF. Grayscale: #1F1F1F. Windows color (decimal): -12579040 or 2101056. OLE color: 2101056.

HSL color Cylindrical-coordinate representation of color #400F20: hue angle of 339.18º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F20 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB641532-
CMYK00.770.500.75
HSL339.18º62.03%15.49%-
HSV(B)339.18º76.56%25.1%-
XYZ2.551.541.53-
YUV31.59128.23151.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 15 (6.25% from 255) = 13.51%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=57.66%
G=13.51%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64153200.770.500.75339.1862.0315.49
Hex40F2004D324B1533ef
Octal10017400115621135237617
Binary100000011111000000100110111001010010111010100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400F20; }

 p { color: rgb(64,15,32); }

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

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

 a { background-color: rgb(64,15,32); }

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

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

 span { border-color: rgb(64,15,32); }

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