#471E1C

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

Shades of Caput Mortuum #471E1C

Tints of Caput Mortuum #471E1C

Color information

#471E1C (or 0x471E1C) is unknown color: approx Caput Mortuum. HEX triplet: 47, 1E and 1C. RGB value is (71,30,28). Sum of RGB (Red+Green+Blue) = 71+30+28=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E1C is #B8E1E3. Grayscale: #2A2A2A. Windows color (decimal): -12116452 or 1842759. OLE color: 1842759.

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

Color convert

RGB713028-
CMYK00.580.610.72
HSL2.79º43.43%19.41%-
HSV(B)2.79º60.56%27.84%-
XYZ3.272.351.38-
YUV42.03120.08148.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=55.04%
G=23.26%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71302800.580.610.722.7943.4319.41
Hex471E1C03A3D4832b13
Octal10736340727511035323
Binary10001111111011100011101011110110010001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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