#61281F

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

Shades of Caput Mortuum #61281F

Tints of Caput Mortuum #61281F

Color information

#61281F (or 0x61281F) is unknown color: approx Caput Mortuum. HEX triplet: 61, 28 and 1F. RGB value is (97,40,31). Sum of RGB (Red+Green+Blue) = 97+40+31=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #61281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61281F is #9ED7E0. Grayscale: #383838. Windows color (decimal): -10409953 or 2041953. OLE color: 2041953.

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

Color convert

RGB974031-
CMYK00.590.680.62
HSL8.18º51.56%25.1%-
HSV(B)8.18º68.04%38.04%-
XYZ5.944.161.79-
YUV56.02113.88157.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=57.74%
G=23.81%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97403100.590.680.628.1851.5625.1
Hex61281F03B443E83419
Octal141503707310476106431
Binary11000011010001111101110111000100111110100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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