#47231F

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

Shades of Caput Mortuum #47231F

Tints of Caput Mortuum #47231F

Color information

#47231F (or 0x47231F) is unknown color: approx Caput Mortuum. HEX triplet: 47, 23 and 1F. RGB value is (71,35,31). Sum of RGB (Red+Green+Blue) = 71+35+31=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47231F is #B8DCE0. Grayscale: #2D2D2D. Windows color (decimal): -12115169 or 2040647. OLE color: 2040647.

HSL color Cylindrical-coordinate representation of color #47231F: hue angle of 6º 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 #47231F is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB713531-
CMYK00.510.560.72
HSL39.22%20%-
HSV(B)56.34%27.84%-
XYZ3.452.641.62-
YUV45.31119.93146.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=51.82%
G=25.55%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71353100.510.560.72639.2220
Hex47231F033384862714
Octal10743370637011064724
Binary1000111100011111110110011111000100100011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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