#521E0F

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

Shades of Caput Mortuum #521E0F

Tints of Caput Mortuum #521E0F

Color information

#521E0F (or 0x521E0F) is unknown color: approx Caput Mortuum. HEX triplet: 52, 1E and 0F. RGB value is (82,30,15). Sum of RGB (Red+Green+Blue) = 82+30+15=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #521E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521E0F is #ADE1F0. Grayscale: #2B2B2B. Windows color (decimal): -11395569 or 990802. OLE color: 990802.

HSL color Cylindrical-coordinate representation of color #521E0F: hue angle of 13.43º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521E0F is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB823015-
CMYK00.630.820.68
HSL13.43º69.07%19.02%-
HSV(B)13.43º81.71%32.16%-
XYZ4.032.760.77-
YUV43.84111.73155.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.57%
GREEN value IS 30 (12.11% from 255) = 23.62%
BLUE value IS 15 (6.25% from 255) = 11.81%
R=64.57%
G=23.62%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82301500.630.820.6813.4369.0719.02
Hex521EF03F5244d4513
Octal12236170771221041510523
Binary10100101111011110111111101001010001001101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521E0F; }

 p { color: rgb(82,30,15); }

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

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

 a { background-color: rgb(82,30,15); }

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

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

 span { border-color: rgb(82,30,15); }

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