#3D1521

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

Shades of Temptress #3D1521

Tints of Temptress #3D1521

Color information

#3D1521 (or 0x3D1521) is unknown color: approx Temptress. HEX triplet: 3D, 15 and 21. RGB value is (61,21,33). Sum of RGB (Red+Green+Blue) = 61+21+33=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1521 is #C2EADE. Grayscale: #222222. Windows color (decimal): -12774111 or 2168125. OLE color: 2168125.

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

Color convert

RGB612133-
CMYK00.660.460.76
HSL342º48.78%16.08%-
HSV(B)342º65.57%23.92%-
XYZ2.471.641.63-
YUV34.33127.25147.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.04%
GREEN value IS 21 (8.59% from 255) = 18.26%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=53.04%
G=18.26%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61213300.660.460.7634248.7816.08
Hex3D15210422E4C1563110
Octal7525410102561145266120
Binary1111011010110000101000010101110100110010101011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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