#61291D

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

Shades of Caput Mortuum #61291D

Tints of Caput Mortuum #61291D

Color information

#61291D (or 0x61291D) is unknown color: approx Caput Mortuum. HEX triplet: 61, 29 and 1D. RGB value is (97,41,29). Sum of RGB (Red+Green+Blue) = 97+41+29=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #61291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61291D is #9ED6E2. Grayscale: #383838. Windows color (decimal): -10409699 or 1911137. OLE color: 1911137.

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

Color convert

RGB974129-
CMYK00.580.700.62
HSL10.59º53.97%24.71%-
HSV(B)10.59º70.1%38.04%-
XYZ5.944.221.66-
YUV56.38112.55156.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=58.08%
G=24.55%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97412900.580.700.6210.5953.9724.71
Hex61291D03A463Eb3619
Octal141513507210676136631
Binary11000011010011110101110101000110111110101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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