#61261A

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

Shades of Caput Mortuum #61261A

Tints of Caput Mortuum #61261A

Color information

#61261A (or 0x61261A) is unknown color: approx Caput Mortuum. HEX triplet: 61, 26 and 1A. RGB value is (97,38,26). Sum of RGB (Red+Green+Blue) = 97+38+26=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61261A is #9ED9E5. Grayscale: #363636. Windows color (decimal): -10410470 or 1713761. OLE color: 1713761.

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

Color convert

RGB973826-
CMYK00.610.730.62
HSL10.14º57.72%24.12%-
HSV(B)10.14º73.2%38.04%-
XYZ5.8141.44-
YUV54.27112.05158.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=60.25%
G=23.60%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97382600.610.730.6210.1457.7224.12
Hex61261A03D493Ea3a18
Octal141463207511176127230
Binary11000011001101101001111011001001111110101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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