Html Css Color HEX #442121 Caput Mortuum

📋 copy color: '#442121'

red 68 ◦ green 33 ◦ blue 33

#442121
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #442121

Tints of Caput Mortuum #442121

RGB

 RED value IS 68 (26.95% from 255) = 50.75%

 GREEN value IS 33 (13.28% from 255) = 24.63%

 BLUE value IS 33 (13.28% from 255) = 24.63%

R = 50.75%
G = 24.63%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#442121 (or 0x442121) is known color: Caput Mortuum. HEX triplet: 44, 21 and 21. RGB value is (68,33,33). Sum of RGB (Red+Green+Blue) = 68+33+33=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #442121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442121 is #BBDEDE. Grayscale: #2B2B2B. Windows color (decimal): -12312287 or 2171204. OLE color: 2171204.

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

Color convert

RGB 68 33 33 -
CMYK 0 0.51 0.51 0.73
HSL 0.35% 0.2% -
HSV(B) 0.51% 0.27% -
XYZ 3.2 2.43 1.74 -
YUV 43.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 68 33 33 0 0.51 0.51 0.73 0 0.35 0.2
Hex 44 21 21 0 33 33 49 0 23 14
Octal 104 41 41 0 63 63 111 0 43 24
Binary 1000100 100001 100001 0 110011 110011 1001001 0 100011 10100

Color Harmonies of #442121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442121

Black with #442121

Text Example


Text Example

White with #442121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442121; }

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

 H1.HeaderClassName
 {
   color: #442121;
 }
 .AnyTagClassName
 {
   color: #442121;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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