#61291C

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

Shades of Caput Mortuum #61291C

Tints of Caput Mortuum #61291C

Color information

#61291C (or 0x61291C) is unknown color: approx Caput Mortuum. HEX triplet: 61, 29 and 1C. RGB value is (97,41,28). Sum of RGB (Red+Green+Blue) = 97+41+28=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61291C is #9ED6E3. Grayscale: #383838. Windows color (decimal): -10409700 or 1845601. OLE color: 1845601.

HSL color Cylindrical-coordinate representation of color #61291C: hue angle of 11.3º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61291C is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB974128-
CMYK00.580.710.62
HSL11.3º55.2%24.51%-
HSV(B)11.3º71.13%38.04%-
XYZ5.934.211.6-
YUV56.26112.05157.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=58.43%
G=24.70%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97412800.580.710.6211.355.224.51
Hex61291C03A473Eb3719
Octal141513407210776136731
Binary11000011010011110001110101000111111110101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61291C; }

 p { color: rgb(97,41,28); }

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

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

 a { background-color: rgb(97,41,28); }

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

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

 span { border-color: rgb(97,41,28); }

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