#471D1B

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

Shades of Caput Mortuum #471D1B

Tints of Caput Mortuum #471D1B

Color information

#471D1B (or 0x471D1B) is unknown color: approx Caput Mortuum. HEX triplet: 47, 1D and 1B. RGB value is (71,29,27). Sum of RGB (Red+Green+Blue) = 71+29+27=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D1B is #B8E2E4. Grayscale: #292929. Windows color (decimal): -12116709 or 1776967. OLE color: 1776967.

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

Color convert

RGB712927-
CMYK00.590.620.72
HSL2.73º44.9%19.22%-
HSV(B)2.73º61.97%27.84%-
XYZ3.242.31.31-
YUV41.33119.91149.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=55.91%
G=22.83%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71292700.590.620.722.7344.919.22
Hex471D1B03B3E4832d13
Octal10735330737611035523
Binary10001111110111011011101111111010010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,29,27); }

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

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

 a { background-color: rgb(71,29,27); }

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

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

 span { border-color: rgb(71,29,27); }

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