#471E1D

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

Shades of Caput Mortuum #471E1D

Tints of Caput Mortuum #471E1D

Color information

#471E1D (or 0x471E1D) is unknown color: approx Caput Mortuum. HEX triplet: 47, 1E and 1D. RGB value is (71,30,29). Sum of RGB (Red+Green+Blue) = 71+30+29=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E1D is #B8E1E2. Grayscale: #2A2A2A. Windows color (decimal): -12116451 or 1908295. OLE color: 1908295.

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

Color convert

RGB713029-
CMYK00.580.590.72
HSL1.43º42%19.61%-
HSV(B)1.43º59.15%27.84%-
XYZ3.282.361.44-
YUV42.14120.58148.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=54.62%
G=23.08%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71302900.580.590.721.434219.61
Hex471E1D03A3B4812a14
Octal10736350727311015224
Binary1000111111101110101110101110111001000110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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