#442028

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

Shades of Temptress #442028

Tints of Temptress #442028

Color information

#442028 (or 0x442028) is unknown color: approx Temptress. HEX triplet: 44, 20 and 28. RGB value is (68,32,40). Sum of RGB (Red+Green+Blue) = 68+32+40=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442028 is #BBDFD7. Grayscale: #2B2B2B. Windows color (decimal): -12312536 or 2629700. OLE color: 2629700.

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

Color convert

RGB683240-
CMYK00.530.410.73
HSL346.67º36%19.61%-
HSV(B)346.67º52.94%26.67%-
XYZ3.282.422.3-
YUV43.68125.93145.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 40 (16.02% from 255) = 28.57%
R=48.57%
G=22.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68324000.530.410.73346.673619.61
Hex442028035294915b2414
Octal1044050065511115334424
Binary10001001000001010000110101101001100100110101101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442028; }

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

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

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

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

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

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

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

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