#61241A

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

Shades of Caput Mortuum #61241A

Tints of Caput Mortuum #61241A

Color information

#61241A (or 0x61241A) is unknown color: approx Caput Mortuum. HEX triplet: 61, 24 and 1A. RGB value is (97,36,26). Sum of RGB (Red+Green+Blue) = 97+36+26=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61241A is #9EDBE5. Grayscale: #353535. Windows color (decimal): -10410982 or 1713249. OLE color: 1713249.

HSL color Cylindrical-coordinate representation of color #61241A: hue angle of 8.45º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61241A is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB973626-
CMYK00.630.730.62
HSL8.45º57.72%24.12%-
HSV(B)8.45º73.2%38.04%-
XYZ5.753.881.42-
YUV53.1112.71159.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=61.01%
G=22.64%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97362600.630.730.628.4557.7224.12
Hex61241A03F493E83a18
Octal141443207711176107230
Binary11000011001001101001111111001001111110100011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61241A; }

 p { color: rgb(97,36,26); }

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

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

 a { background-color: rgb(97,36,26); }

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

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

 span { border-color: rgb(97,36,26); }

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