#442229

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

Shades of Temptress #442229

Tints of Temptress #442229

Color information

#442229 (or 0x442229) is unknown color: approx Temptress. HEX triplet: 44, 22 and 29. RGB value is (68,34,41). Sum of RGB (Red+Green+Blue) = 68+34+41=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #442229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442229 is #BBDDD6. Grayscale: #2C2C2C. Windows color (decimal): -12312023 or 2695748. OLE color: 2695748.

HSL color Cylindrical-coordinate representation of color #442229: hue angle of 347.65º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442229 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB683441-
CMYK00.500.400.73
HSL347.65º33.33%20%-
HSV(B)347.65º50%26.67%-
XYZ3.362.532.41-
YUV44.96125.76144.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 41 (16.41% from 255) = 28.67%
R=47.55%
G=23.78%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68344100.500.400.73347.6533.3320
Hex442229032284915c2114
Octal1044251062501115344124
Binary10001001000101010010110010101000100100110101110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442229; }

 p { color: rgb(68,34,41); }

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

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

 a { background-color: rgb(68,34,41); }

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

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

 span { border-color: rgb(68,34,41); }

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