#442128

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

Shades of Temptress #442128

Tints of Temptress #442128

Color information

#442128 (or 0x442128) is unknown color: approx Temptress. HEX triplet: 44, 21 and 28. RGB value is (68,33,40). Sum of RGB (Red+Green+Blue) = 68+33+40=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442128 is #BBDED7. Grayscale: #2C2C2C. Windows color (decimal): -12312280 or 2629956. OLE color: 2629956.

HSL color Cylindrical-coordinate representation of color #442128: hue angle of 348º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442128 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB683340-
CMYK00.510.410.73
HSL348º34.65%19.8%-
HSV(B)348º51.47%26.67%-
XYZ3.312.472.31-
YUV44.26125.6144.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=48.23%
G=23.40%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68334000.510.410.7334834.6519.8
Hex442128033294915c2314
Octal1044150063511115344324
Binary10001001000011010000110011101001100100110101110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442128; }

 p { color: rgb(68,33,40); }

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

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

 a { background-color: rgb(68,33,40); }

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

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

 span { border-color: rgb(68,33,40); }

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