#411021

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

Shades of Bordeaux #411021

Tints of Bordeaux #411021

Color information

#411021 (or 0x411021) is unknown color: approx Bordeaux. HEX triplet: 41, 10 and 21. RGB value is (65,16,33). Sum of RGB (Red+Green+Blue) = 65+16+33=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #411021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411021 is #BEEFDE. Grayscale: #202020. Windows color (decimal): -12513247 or 2166849. OLE color: 2166849.

HSL color Cylindrical-coordinate representation of color #411021: hue angle of 339.18º 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 #411021 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB651633-
CMYK00.750.490.75
HSL339.18º60.49%15.88%-
HSV(B)339.18º75.38%25.49%-
XYZ2.641.61.61-
YUV32.59128.23151.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=57.02%
G=14.04%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65163300.750.490.75339.1860.4915.88
Hex41102104B314B1533c10
Octal10120410113611135237420
Binary10000011000010000101001011110001100101110101001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411021; }

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

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

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

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

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

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

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

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