#47221F

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

Shades of Caput Mortuum #47221F

Tints of Caput Mortuum #47221F

Color information

#47221F (or 0x47221F) is unknown color: approx Caput Mortuum. HEX triplet: 47, 22 and 1F. RGB value is (71,34,31). Sum of RGB (Red+Green+Blue) = 71+34+31=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47221F is #B8DDE0. Grayscale: #2C2C2C. Windows color (decimal): -12115425 or 2040391. OLE color: 2040391.

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

Color convert

RGB713431-
CMYK00.520.560.72
HSL4.5º39.22%20%-
HSV(B)4.5º56.34%27.84%-
XYZ3.422.581.61-
YUV44.72120.26146.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=52.21%
G=25%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71343100.520.560.724.539.2220
Hex47221F034384852714
Octal10742370647011054724
Binary1000111100010111110110100111000100100010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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