#462222

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

Shades of Caput Mortuum #462222

Tints of Caput Mortuum #462222

Color information

#462222 (or 0x462222) is unknown color: approx Caput Mortuum. HEX triplet: 46, 22 and 22. RGB value is (70,34,34). Sum of RGB (Red+Green+Blue) = 70+34+34=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #462222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462222 is #B9DDDD. Grayscale: #2C2C2C. Windows color (decimal): -12180958 or 2236998. OLE color: 2236998.

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

Color convert

RGB703434-
CMYK00.510.510.73
HSL34.62%20.39%-
HSV(B)51.43%27.45%-
XYZ3.392.561.83-
YUV44.76121.93146-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=50.72%
G=24.64%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70343400.510.510.73034.6220.39
Hex462222033334902314
Octal10642420636311104324
Binary100011010001010001001100111100111001001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462222; }

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

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

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

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

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

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

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

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