#471F1E

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

Shades of Caput Mortuum #471F1E

Tints of Caput Mortuum #471F1E

Color information

#471F1E (or 0x471F1E) is unknown color: approx Caput Mortuum. HEX triplet: 47, 1F and 1E. RGB value is (71,31,30). Sum of RGB (Red+Green+Blue) = 71+31+30=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #471F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F1E is #B8E0E1. Grayscale: #2A2A2A. Windows color (decimal): -12116194 or 1974087. OLE color: 1974087.

HSL color Cylindrical-coordinate representation of color #471F1E: hue angle of 1.46º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #471F1E is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB713130-
CMYK00.560.580.72
HSL1.46º40.59%19.8%-
HSV(B)1.46º57.75%27.84%-
XYZ3.322.411.52-
YUV42.85120.75148.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=53.79%
G=23.48%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71313000.560.580.721.4640.5919.8
Hex471F1E0383A4812914
Octal10737360707211015124
Binary1000111111111111001110001110101001000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471F1E; }

 p { color: rgb(71,31,30); }

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

<style>
 a { background-color: #471F1E; }

 a { background-color: rgb(71,31,30); }

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

<style>
 span { border-color: #471F1E; }

 span { border-color: rgb(71,31,30); }

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