#472222

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

Shades of Caput Mortuum #472222

Tints of Caput Mortuum #472222

Color information

#472222 (or 0x472222) is unknown color: approx Caput Mortuum. HEX triplet: 47, 22 and 22. RGB value is (71,34,34). Sum of RGB (Red+Green+Blue) = 71+34+34=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472222 is #B8DDDD. Grayscale: #2D2D2D. Windows color (decimal): -12115422 or 2236999. OLE color: 2236999.

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

Color convert

RGB713434-
CMYK00.520.520.72
HSL35.24%20.59%-
HSV(B)52.11%27.84%-
XYZ3.462.61.83-
YUV45.06121.76146.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=51.08%
G=24.46%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71343400.520.520.72035.2420.59
Hex472222034344802315
Octal10742420646411004325
Binary100011110001010001001101001101001001000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472222; }

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

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

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

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

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

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

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

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