#61261F

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

Shades of Caput Mortuum #61261F

Tints of Caput Mortuum #61261F

Color information

#61261F (or 0x61261F) is unknown color: approx Caput Mortuum. HEX triplet: 61, 26 and 1F. RGB value is (97,38,31). Sum of RGB (Red+Green+Blue) = 97+38+31=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61261F is #9ED9E0. Grayscale: #363636. Windows color (decimal): -10410465 or 2041441. OLE color: 2041441.

HSL color Cylindrical-coordinate representation of color #61261F: hue angle of 6.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61261F is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB973831-
CMYK00.610.680.62
HSL6.36º51.56%25.1%-
HSV(B)6.36º68.04%38.04%-
XYZ5.874.031.76-
YUV54.84114.55158.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=58.43%
G=22.89%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97383100.610.680.626.3651.5625.1
Hex61261F03D443E63419
Octal14146370751047666431
Binary1100001100110111110111101100010011111011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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