#541801

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

Shades of Caput Mortuum #541801

Tints of Caput Mortuum #541801

Color information

#541801 (or 0x541801) is unknown color: approx Caput Mortuum. HEX triplet: 54, 18 and 01. RGB value is (84,24,1). Sum of RGB (Red+Green+Blue) = 84+24+1=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #541801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541801 is #ABE7FE. Grayscale: #272727. Windows color (decimal): -11266047 or 71764. OLE color: 71764.

HSL color Cylindrical-coordinate representation of color #541801: hue angle of 16.63º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #541801 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB84241-
CMYK00.710.990.67
HSL16.63º97.65%16.67%-
HSV(B)16.63º98.81%32.94%-
XYZ3.992.540.31-
YUV39.32106.38159.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.06%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=77.06%
G=22.02%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8424100.710.990.6716.6397.6516.67
Hex541810476343116211
Octal12430101071431032114221
Binary1010100110001010001111100011100001110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541801; }

 p { color: rgb(84,24,1); }

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

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

 a { background-color: rgb(84,24,1); }

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

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

 span { border-color: rgb(84,24,1); }

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