#61281D

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

Shades of Caput Mortuum #61281D

Tints of Caput Mortuum #61281D

Color information

#61281D (or 0x61281D) is unknown color: approx Caput Mortuum. HEX triplet: 61, 28 and 1D. RGB value is (97,40,29). Sum of RGB (Red+Green+Blue) = 97+40+29=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61281D is #9ED7E2. Grayscale: #373737. Windows color (decimal): -10409955 or 1910881. OLE color: 1910881.

HSL color Cylindrical-coordinate representation of color #61281D: hue angle of 9.71º 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 #61281D is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB974029-
CMYK00.590.700.62
HSL9.71º53.97%24.71%-
HSV(B)9.71º70.1%38.04%-
XYZ5.914.151.65-
YUV55.79112.88157.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=58.43%
G=24.10%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97402900.590.700.629.7153.9724.71
Hex61281D03B463Ea3619
Octal141503507310676126631
Binary11000011010001110101110111000110111110101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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