#442127

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

Shades of Temptress #442127

Tints of Temptress #442127

Color information

#442127 (or 0x442127) is unknown color: approx Temptress. HEX triplet: 44, 21 and 27. RGB value is (68,33,39). Sum of RGB (Red+Green+Blue) = 68+33+39=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442127 is #BBDED8. Grayscale: #2C2C2C. Windows color (decimal): -12312281 or 2564420. OLE color: 2564420.

HSL color Cylindrical-coordinate representation of color #442127: hue angle of 349.71º 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 #442127 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB683339-
CMYK00.510.430.73
HSL349.71º34.65%19.8%-
HSV(B)349.71º51.47%26.67%-
XYZ3.292.462.22-
YUV44.15125.1145.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=48.57%
G=23.57%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68333900.510.430.73349.7134.6519.8
Hex4421270332B4915e2314
Octal1044147063531115364324
Binary10001001000011001110110011101011100100110101111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442127; }

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

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

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

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

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

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

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

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