#411921

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

Shades of Temptress #411921

Tints of Temptress #411921

Color information

#411921 (or 0x411921) is unknown color: approx Temptress. HEX triplet: 41, 19 and 21. RGB value is (65,25,33). Sum of RGB (Red+Green+Blue) = 65+25+33=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #411921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411921 is #BEE6DE. Grayscale: #252525. Windows color (decimal): -12510943 or 2169153. OLE color: 2169153.

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

Color convert

RGB652533-
CMYK00.620.490.75
HSL348º44.44%17.65%-
HSV(B)348º61.54%25.49%-
XYZ2.81.931.66-
YUV37.87125.25147.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=52.85%
G=20.33%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65253300.620.490.7534844.4417.65
Hex41192103E314B15c2c12
Octal1013141076611135345422
Binary1000001110011000010111110110001100101110101110010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411921; }

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

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

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

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

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

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

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

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