#411020

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

Shades of Bordeaux #411020

Tints of Bordeaux #411020

Color information

#411020 (or 0x411020) is unknown color: approx Bordeaux. HEX triplet: 41, 10 and 20. RGB value is (65,16,32). Sum of RGB (Red+Green+Blue) = 65+16+32=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411020 is #BEEFDF. Grayscale: #202020. Windows color (decimal): -12513248 or 2101313. OLE color: 2101313.

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

Color convert

RGB651632-
CMYK00.750.510.75
HSL340.41º60.49%15.88%-
HSV(B)340.41º75.38%25.49%-
XYZ2.631.61.54-
YUV32.48127.73151.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 16 (6.64% from 255) = 14.16%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=57.52%
G=14.16%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65163200.750.510.75340.4160.4915.88
Hex41102004B334B1543c10
Octal10120400113631135247420
Binary10000011000010000001001011110011100101110101010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411020; }

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

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

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

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

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

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

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

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