#3C1421

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

Shades of Temptress #3C1421

Tints of Temptress #3C1421

Color information

#3C1421 (or 0x3C1421) is unknown color: approx Temptress. HEX triplet: 3C, 14 and 21. RGB value is (60,20,33). Sum of RGB (Red+Green+Blue) = 60+20+33=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1421 is #C3EBDE. Grayscale: #212121. Windows color (decimal): -12839903 or 2167868. OLE color: 2167868.

HSL color Cylindrical-coordinate representation of color #3C1421: hue angle of 340.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C1421 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.76.

Color convert

RGB602033-
CMYK00.670.450.76
HSL340.5º50%15.69%-
HSV(B)340.5º66.67%23.53%-
XYZ2.391.571.62-
YUV33.44127.75146.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 53.10%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=53.10%
G=17.70%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60203300.670.450.76340.55015.69
Hex3C14210432D4C1543210
Octal7424410103551145246220
Binary1111001010010000101000011101101100110010101010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,20,33); }

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

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

 a { background-color: rgb(60,20,33); }

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

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

 span { border-color: rgb(60,20,33); }

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