#48221F

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

Shades of Caput Mortuum #48221F

Tints of Caput Mortuum #48221F

Color information

#48221F (or 0x48221F) is unknown color: approx Caput Mortuum. HEX triplet: 48, 22 and 1F. RGB value is (72,34,31). Sum of RGB (Red+Green+Blue) = 72+34+31=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48221F is #B7DDE0. Grayscale: #2D2D2D. Windows color (decimal): -12049889 or 2040392. OLE color: 2040392.

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

Color convert

RGB723431-
CMYK00.530.570.72
HSL4.39º39.81%20.2%-
HSV(B)4.39º56.94%28.24%-
XYZ3.492.621.62-
YUV45.02120.09147.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 34 (13.67% from 255) = 24.82%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=52.55%
G=24.82%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72343100.530.570.724.3939.8120.2
Hex48221F035394842814
Octal11042370657111045024
Binary1001000100010111110110101111001100100010010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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