#442020

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

Shades of Caput Mortuum #442020

Tints of Caput Mortuum #442020

Color information

#442020 (or 0x442020) is unknown color: approx Caput Mortuum. HEX triplet: 44, 20 and 20. RGB value is (68,32,32). Sum of RGB (Red+Green+Blue) = 68+32+32=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #442020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442020 is #BBDFDF. Grayscale: #2A2A2A. Windows color (decimal): -12312544 or 2105412. OLE color: 2105412.

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

Color convert

RGB683232-
CMYK00.530.530.73
HSL36%19.61%-
HSV(B)52.94%26.67%-
XYZ3.162.371.66-
YUV42.76121.93146-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=51.52%
G=24.24%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68323200.530.530.7303619.61
Hex442020035354902414
Octal10440400656511104424
Binary100010010000010000001101011101011001001010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442020; }

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

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

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

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

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

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

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

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