#50251F

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

Shades of Caput Mortuum #50251F

Tints of Caput Mortuum #50251F

Color information

#50251F (or 0x50251F) is unknown color: approx Caput Mortuum. HEX triplet: 50, 25 and 1F. RGB value is (80,37,31). Sum of RGB (Red+Green+Blue) = 80+37+31=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50251F is #AFDAE0. Grayscale: #313131. Windows color (decimal): -11524833 or 2041168. OLE color: 2041168.

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

Color convert

RGB803731-
CMYK00.540.610.69
HSL7.35º44.14%21.76%-
HSV(B)7.35º61.25%31.37%-
XYZ4.223.131.68-
YUV49.17117.75149.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 20.95%
R=54.05%
G=25%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80373100.540.610.697.3544.1421.76
Hex50251F0363D4572c16
Octal12045370667510575426
Binary1010000100101111110110110111101100010111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,37,31); }

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

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

 a { background-color: rgb(80,37,31); }

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

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

 span { border-color: rgb(80,37,31); }

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