#521807

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

Shades of Caput Mortuum #521807

Tints of Caput Mortuum #521807

Color information

#521807 (or 0x521807) is unknown color: approx Caput Mortuum. HEX triplet: 52, 18 and 07. RGB value is (82,24,7). Sum of RGB (Red+Green+Blue) = 82+24+7=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #521807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521807 is #ADE7F8. Grayscale: #272727. Windows color (decimal): -11397113 or 464978. OLE color: 464978.

HSL color Cylindrical-coordinate representation of color #521807: hue angle of 13.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #521807 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB82247-
CMYK00.710.910.68
HSL13.6º84.27%17.45%-
HSV(B)13.6º91.46%32.16%-
XYZ3.842.460.47-
YUV39.4109.72158.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 72.57%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 7 (3.12% from 255) = 6.19%
R=72.57%
G=21.24%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8224700.710.910.6813.684.2717.45
Hex521870475B44e5411
Octal12230701071331041612421
Binary10100101100011101000111101101110001001110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521807; }

 p { color: rgb(82,24,7); }

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

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

 a { background-color: rgb(82,24,7); }

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

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

 span { border-color: rgb(82,24,7); }

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