#61261B

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

Shades of Caput Mortuum #61261B

Tints of Caput Mortuum #61261B

Color information

#61261B (or 0x61261B) is unknown color: approx Caput Mortuum. HEX triplet: 61, 26 and 1B. RGB value is (97,38,27). Sum of RGB (Red+Green+Blue) = 97+38+27=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61261B is #9ED9E4. Grayscale: #363636. Windows color (decimal): -10410469 or 1779297. OLE color: 1779297.

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

Color convert

RGB973827-
CMYK00.610.720.62
HSL9.43º56.45%24.31%-
HSV(B)9.43º72.16%38.04%-
XYZ5.824.011.5-
YUV54.39112.55158.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=59.88%
G=23.46%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97382700.610.720.629.4356.4524.31
Hex61261B03D483E93818
Octal141463307511076117030
Binary11000011001101101101111011001000111110100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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