#411521

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

Shades of Temptress #411521

Tints of Temptress #411521

Color information

#411521 (or 0x411521) is unknown color: approx Temptress. HEX triplet: 41, 15 and 21. RGB value is (65,21,33). Sum of RGB (Red+Green+Blue) = 65+21+33=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #411521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411521 is #BEEADE. Grayscale: #232323. Windows color (decimal): -12511967 or 2168129. OLE color: 2168129.

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

Color convert

RGB652133-
CMYK00.680.490.75
HSL343.64º51.16%16.86%-
HSV(B)343.64º67.69%25.49%-
XYZ2.721.771.64-
YUV35.52126.58149.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=54.62%
G=17.65%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65213300.680.490.75343.6451.1616.86
Hex411521044314B1583311
Octal10125410104611135306321
Binary10000011010110000101000100110001100101110101100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411521; }

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

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

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

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

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

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

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

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