#4F2323

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

Shades of Caput Mortuum #4F2323

Tints of Caput Mortuum #4F2323

Color information

#4F2323 (or 0x4F2323) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 23 and 23. RGB value is (79,35,35). Sum of RGB (Red+Green+Blue) = 79+35+35=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2323 is #B0DCDC. Grayscale: #303030. Windows color (decimal): -11590877 or 2302799. OLE color: 2302799.

HSL color Cylindrical-coordinate representation of color #4F2323: hue angle of 0º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2323 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB793535-
CMYK00.560.560.69
HSL38.6%22.35%-
HSV(B)55.7%30.98%-
XYZ4.132.991.95-
YUV48.16120.58150-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.02%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=53.02%
G=23.49%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79353500.560.560.69038.622.35
Hex4F2323038384502716
Octal11743430707010504726
Binary100111110001110001101110001110001000101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F2323; }

 p { color: rgb(79,35,35); }

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

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

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

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

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

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

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