#411221

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

Shades of Bordeaux #411221

Tints of Bordeaux #411221

Color information

#411221 (or 0x411221) is unknown color: approx Bordeaux. HEX triplet: 41, 12 and 21. RGB value is (65,18,33). Sum of RGB (Red+Green+Blue) = 65+18+33=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #411221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411221 is #BEEDDE. Grayscale: #212121. Windows color (decimal): -12512735 or 2167361. OLE color: 2167361.

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

Color convert

RGB651833-
CMYK00.720.490.75
HSL340.85º56.63%16.27%-
HSV(B)340.85º72.31%25.49%-
XYZ2.671.671.62-
YUV33.76127.57150.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=56.03%
G=15.52%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65183300.720.490.75340.8556.6316.27
Hex411221048314B1553910
Octal10122410110611135257120
Binary10000011001010000101001000110001100101110101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411221; }

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

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

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

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

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

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

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

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