#410F20

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

Shades of Bordeaux #410F20

Tints of Bordeaux #410F20

Color information

#410F20 (or 0x410F20) is unknown color: approx Bordeaux. HEX triplet: 41, 0F and 20. RGB value is (65,15,32). Sum of RGB (Red+Green+Blue) = 65+15+32=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #410F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F20 is #BEF0DF. Grayscale: #1F1F1F. Windows color (decimal): -12513504 or 2101057. OLE color: 2101057.

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

Color convert

RGB651532-
CMYK00.770.510.75
HSL339.6º62.5%15.69%-
HSV(B)339.6º76.92%25.49%-
XYZ2.611.571.53-
YUV31.89128.06151.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=58.04%
G=13.39%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65153200.770.510.75339.662.515.69
Hex41F2004D334B1543e10
Octal10117400115631135247620
Binary1000001111110000001001101110011100101110101010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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