#3F1321

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

Shades of Temptress #3F1321

Tints of Temptress #3F1321

Color information

#3F1321 (or 0x3F1321) is unknown color: approx Temptress. HEX triplet: 3F, 13 and 21. RGB value is (63,19,33). Sum of RGB (Red+Green+Blue) = 63+19+33=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1321 is #C0ECDE. Grayscale: #212121. Windows color (decimal): -12643551 or 2167615. OLE color: 2167615.

HSL color Cylindrical-coordinate representation of color #3F1321: hue angle of 340.91º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1321 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB631933-
CMYK00.700.480.75
HSL340.91º53.66%16.08%-
HSV(B)340.91º69.84%24.71%-
XYZ2.561.631.62-
YUV33.75127.58148.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.78%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=54.78%
G=16.52%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63193300.700.480.75340.9153.6616.08
Hex3F1321046304B1553610
Octal7723410106601135256620
Binary1111111001110000101000110110000100101110101010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1321; }

 p { color: rgb(63,19,33); }

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

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

 a { background-color: rgb(63,19,33); }

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

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

 span { border-color: rgb(63,19,33); }

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